+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Event.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.JCBqsD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Event-1.26 + /usr/bin/gzip -dc /builddir/build/SOURCES/Event-1.26.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Event-1.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + perl -pi -e 's|#!./perl|#!/usr/bin/perl|' demo/echo.t demo/group.t demo/idle2.t demo/perlqt.t demo/queue_pending.t demo/rand_interval.t demo/readline.t demo/repeat.t t/attach_to.t t/bored.t t/callback.t t/data.t t/delete.t t/eval.t t/fifo.t t/generic.t t/group.t t/hook.t t/hup.t t/idle.t t/io.t t/leak.t t/leak2.t t/loop.t t/now.t t/reenter.t t/signal.t t/timeout_cb.t t/timer.t t/unconfigured.t t/var.t util/bench.pl + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w demo/ util/ + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SbC07H + umask 022 + cd /builddir/build/BUILD + cd Event-1.26 + 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 ' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Event Writing MYMETA.yml and MYMETA.json + make -j4 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Event-1.26/lib/Event/typemap' Event.xs > Event.xsc Running Mkbootstrap for Event () chmod 644 "Event.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs blib/arch/auto/Event/Event.bs 644 cp lib/Event/EventAPI.h blib/lib/Event/EventAPI.h cp lib/Event/generic.pod blib/lib/Event/generic.pod cp lib/Event/typemap blib/lib/Event/typemap cp lib/Event/Watcher.pm blib/lib/Event/Watcher.pm cp lib/Event/group.pm blib/lib/Event/group.pm cp lib/Event/MakeMaker.pm blib/lib/Event/MakeMaker.pm cp lib/Event/type.pm blib/lib/Event/type.pm cp lib/Event/timer.pm blib/lib/Event/timer.pm cp lib/Event.pm blib/lib/Event.pm cp lib/Event/io.pm blib/lib/Event/io.pm cp lib/Event.pod blib/lib/Event.pod cp lib/Event/var.pm blib/lib/Event/var.pm cp lib/Event/generic.pm blib/lib/Event/generic.pm cp lib/Event/signal.pm blib/lib/Event/signal.pm cp lib/Event/idle.pm blib/lib/Event/idle.pm mv Event.xsc Event.c gcc -c -Ic -Ilib/Event -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=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib64/perl5/CORE" Event.c In file included from Event.xs:17:0: ppport.h:43:38: warning: "/*" within comment [-Wcomment] perl -x ppport.h *.c *.h *.xs foo/*.c [etc] Event.xs: In function 'Event_warn': Event.xs:43:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^~~ Event.xs: In function 'Event_croak': Event.xs:66:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^~~ Event.xs: In function 'event_newHVhv': Event.xs:178:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (entry = hv_iternext(ohv)) { ^~~~~ In file included from Event.xs:261:0: c/timeable.c: At top level: c/timeable.c:3:27: warning: "/*" within comment [-Wcomment] /*#define D_TIMEABLE(x) x /**/ c/timeable.c: In function 'pe_timeables_check': c/timeable.c:22:27: warning: "/*" within comment [-Wcomment] /*db_show_timeables();/**/ c/timeable.c: In function 'pe_timeable_start': c/timeable.c:64:58: warning: "/*" within comment [-Wcomment] /*warn("-- adding 0x%x:\n", ev); db_show_timeables();/**/ c/timeable.c:66:41: warning: "/*" within comment [-Wcomment] /*warn("T:\n"); db_show_timeables();/**/ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from Event.xs:10: c/ev.c: In function 'pe_callback_died': /usr/lib64/perl5/CORE/sv.h:1670:13: warning: operation on 'n_a' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ c/ev.c:216:7: note: in expansion of macro 'SvPV' SvPV(ERRSV,n_a)); ^~~~ /usr/lib64/perl5/CORE/sv.h:1670:13: warning: operation on 'n_a' may be undefined [-Wsequence-point] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1664:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ c/ev.c:224:27: note: in expansion of macro 'SvPV' SvPV(wa->desc,n_a), SvPV(ERRSV,n_a)); ^~~~ In file included from Event.xs:265:0: c/idle.c: At top level: c/idle.c:4:24: warning: "/*" within comment [-Wcomment] /*#define D_IDLE(x) x /**/ In file included from Event.xs:266:0: c/timer.c: In function 'pe_timer_start': c/timer.c:23:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^~~ In file included from Event.xs:269:0: c/var.c: In function 'pe_var_start': c/var.c:82:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mg->mg_virtual = &PL_vtbl_uvar; ^ c/var.c:56:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^~~ In file included from Event.xs:270:0: c/signal.c: In function '_signal_signal': c/signal.c:91:51: warning: "/*" within comment [-Wcomment] /*warn("whichsig(%s) = %d", SvPV(nval,na), sig); /**/ In file included from Event.xs:272:0: c/group.c: In function 'pe_group_alarm': c/group.c:51:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^~~ In file included from Event.xs:274:0: c/queue.c: In function 'queueEvent': c/queue.c:75:61: warning: "/*" within comment [-Wcomment] /* warn("-- adding 0x%x/%d\n", ev, prio); db_show_queue();/**/ c/queue.c:81:35: warning: "/*" within comment [-Wcomment] /* warn("=\n"); db_show_queue();/**/ c/queue.c: In function 'one_event': c/queue.c:152:59: warning: "/*" within comment [-Wcomment] warn("Event: ActiveWatchers=%d\n", ActiveWatchers); /**/ Event.c: In function 'XS_Event_cache_time_api': Event.c:566:7: warning: unused variable 'RETVAL' [-Wunused-variable] bool RETVAL; ^~~~~~ In file included from Event.xs:11:0: Event.c: In function 'XS_Event__empty_queue': /usr/lib64/perl5/CORE/XSUB.h:183:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ Event.c:814:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^~~~~~~ Event.c:813:6: warning: unused variable 'RETVAL' [-Wunused-variable] int RETVAL; ^~~~~~ Event.c: In function 'XS_Event__Watcher_use_keys': Event.c:1195:15: warning: unused variable 'THIS' [-Wunused-variable] pe_watcher * THIS = (pe_watcher *) sv_2watcher(ST(0)) ^~~~ In file included from Event.xs:274:0: At top level: c/queue.c:18:13: warning: 'db_show_queue' defined but not used [-Wunused-function] static void db_show_queue() { ^~~~~~~~~~~~~ In file included from Event.xs:117:0: c/watcher.c:223:10: warning: '_watcher_suspend' defined but not used [-Wunused-function] WKEYMETH(_watcher_suspend) { ^ Event.h:63:33: note: in definition of macro 'WKEYMETH' #define WKEYMETH(M) static void M(pe_watcher *ev, SV *nval) ^ c/ev.c:171:10: warning: '_event_data' defined but not used [-Wunused-function] EKEYMETH(_event_data) { ^ Event.h:64:33: note: in definition of macro 'EKEYMETH' #define EKEYMETH(M) static void M(pe_event *ev, SV *nval) ^ c/ev.c:135:10: warning: '_event_got' defined but not used [-Wunused-function] EKEYMETH(_event_got) { ^ Event.h:64:33: note: in definition of macro 'EKEYMETH' #define EKEYMETH(M) static void M(pe_event *ev, SV *nval) ^ c/ev.c:102:10: warning: '_event_prio' defined but not used [-Wunused-function] EKEYMETH(_event_prio) { ^ Event.h:64:33: note: in definition of macro 'EKEYMETH' #define EKEYMETH(M) static void M(pe_event *ev, SV *nval) ^ c/ev.c:93:10: warning: '_event_hits' defined but not used [-Wunused-function] EKEYMETH(_event_hits) { ^ Event.h:64:33: note: in definition of macro 'EKEYMETH' #define EKEYMETH(M) static void M(pe_event *ev, SV *nval) ^ In file included from Event.xs:261:0: c/timeable.c:86:13: warning: 'pe_timeable_adjust' defined but not used [-Wunused-function] static void pe_timeable_adjust(NV delta) { ^~~~~~~~~~~~~~~~~~ c/timeable.c:6:13: warning: 'db_show_timeables' defined but not used [-Wunused-function] static void db_show_timeables() ^~~~~~~~~~~~~~~~~ Event.xs:185:13: warning: 'pe_watcher_STORE_FALLBACK' defined but not used [-Wunused-function] static void pe_watcher_STORE_FALLBACK(pe_watcher *wa, SV *svkey, SV *nval) ^~~~~~~~~~~~~~~~~~~~~~~~~ Event.xs:174:12: warning: 'event_newHVhv' defined but not used [-Wunused-function] static HV *event_newHVhv(HV *ohv) { ^~~~~~~~~~~~~ Event.xs:123:13: warning: 'dbg_count_memory' defined but not used [-Wunused-function] static void dbg_count_memory(int id, int cnt) { ^~~~~~~~~~~~~~~~ In file included from Event.h:1:0, from Event.xs:117: lib/Event/EventAPI.h:246:25: warning: 'GEventAPI' defined but not used [-Wunused-variable] static struct EventAPI *GEventAPI=0; ^~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Event.xs:10: Event.c: In function 'XS_Event__io_timeout_cb': /usr/lib64/perl5/CORE/embed.h:630:21: warning: 'sv' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_dump(a) Perl_sv_dump(aTHX_ a) ^~~~~~~~~~~~ In file included from Event.xs:267:0: c/io.c:182:6: note: 'sv' was declared here SV *sv; ^~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Event.xs:10: Event.c: In function 'XS_Event__Watcher_cb': /usr/lib64/perl5/CORE/embed.h:630:21: warning: 'sv' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_dump(a) Perl_sv_dump(aTHX_ a) ^~~~~~~~~~~~ In file included from Event.xs:264:0: c/watcher.c:85:6: note: 'sv' was declared here SV *sv; ^~ Event.c: In function 'XS_Event_queue': Event.xs:474:2: warning: 'ev' may be used uninitialized in this function [-Wmaybe-uninitialized] queueEvent(ev); ^~~~~~~~~~~~~~ Event.xs:456:12: note: 'ev' was declared here pe_event *ev; ^~ rm -f blib/arch/auto/Event/Event.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Event.o -o blib/arch/auto/Event/Event.so \ -lperl \ chmod 755 blib/arch/auto/Event/Event.so Manifying 3 pod documents + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BnsIy6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 + cd Event-1.26 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs blib/arch/auto/Event/Event.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Event/Event.so Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event.pod Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/EventAPI.h Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/var.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/timer.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/io.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/MakeMaker.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/typemap Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/group.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/idle.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/generic.pod Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/generic.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/Watcher.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/type.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Event/signal.pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/man/man3/Event::generic.3pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/man/man3/Event::MakeMaker.3pm Installing /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/man/man3/Event.3pm + find /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 + /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-Event-1.26-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vm0dId + umask 022 + cd /builddir/build/BUILD + cd Event-1.26 + DOCDIR=/builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr ANNOUNCE /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr Changes /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr README /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr README.EV /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr TODO /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr Tutorial.pdf /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr Tutorial.pdf-errata.txt /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr demo/ /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr t/ /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + cp -pr util/ /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64/usr/share/doc/perl-Event + exit 0 Provides: perl(Event) = 1.26 perl(Event::Event::Dataful) perl(Event::Event::Io) perl(Event::MakeMaker) perl(Event::Watcher) perl(Event::Watcher::Tied) perl(Event::generic) perl(Event::generic::Source) perl(Event::group) perl(Event::idle) perl(Event::io) perl(Event::signal) perl(Event::timer) perl(Event::type) perl(Event::var) perl-Event = 1.26-5.fc28 perl-Event(riscv-64) = 1.26-5.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) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.8.0 perl(Carp) perl(Config) perl(DynaLoader) perl(Event::Watcher) perl(Exporter) perl(base) perl(integer) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Event-1.26-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Event-1.26-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Event-1.26-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.odoEFC + umask 022 + cd /builddir/build/BUILD + cd Event-1.26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Event-1.26-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