+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/nsca.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.BbZKcO
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf nsca-2.9.1
+ /usr/bin/gzip -dc /builddir/build/SOURCES/nsca-2.9.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nsca-2.9.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (nsca-2.9-initscript.patch):'
Patch #0 (nsca-2.9-initscript.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .initscript --fuzz=0
patching file init-script.in
+ echo 'Patch #1 (nsca-2.9-confpath.patch):'
Patch #1 (nsca-2.9-confpath.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .confpath --fuzz=0
patching file src/send_nsca.c
+ echo 'Patch #2 (nsca-2.9-fix_open_missing_arg.patch):'
Patch #2 (nsca-2.9-fix_open_missing_arg.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .open --fuzz=0
patching file src/nsca.c
+ sed -i -e 's|^command_file=.*|command_file=/var/spool/nagios/cmd/nagios.cmd|' -e 's|^alternate_dump_file=.*|alternate_dump_file=/var/spool/nagios/cmd/nsca.dump|' sample-config/nsca.cfg.in
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nFYG5N
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsca-2.9.1
+ CFLAGS='-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 '
+ export CFLAGS
+ CXXFLAGS='-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 '
+ export CXXFLAGS
+ FFLAGS='-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  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-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  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config.sub
++ basename ./config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config.sub'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config.guess
++ basename ./config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config.guess'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc/nagios --localstatedir=/var/log/nagios --with-nsca-user=nagios --with-nsca-grp=nagios --with-nsca-port=5667
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking for riscv64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking tcpd.h usability... no
checking tcpd.h presence... no
checking for tcpd.h... no
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/config.h usability... no
checking sys/config.h presence... no
checking for sys/config.h... no
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 8
checking for uint32_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for main in -lnsl... no
checking for socket in -lsocket... no
checking for main in -lwrap... no
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for sig_atomic_t... yes
checking for socklen_t... yes
checking for type of socket size... size_t
checking for libmcrypt-config... /usr/bin/libmcrypt-config
checking for libmcrypt - version >= 2.4.11... yes
checking for perl... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subst
config.status: creating src/Makefile
config.status: creating package/solaris/Makefile
config.status: creating init-script
config.status: creating sample-config/nsca.cfg
config.status: creating sample-config/send_nsca.cfg
config.status: creating sample-config/nsca.xinetd
config.status: creating include/config.h
./configure: line 7619: perl: command not found
./configure: line 7620: perl: command not found
./configure: line 7621: perl: command not found
./configure: line 7622: perl: command not found


*** Configuration summary for nsca 2.9.1 01-27-2012 ***:

 General Options:
 -------------------------
 NSCA port:  5667
 NSCA user:  nagios
 NSCA group: nagios


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the NSCA daemon and client.

+ make -j2 all
cd ./src/; make all ; cd ..
make[1]: Entering directory '/builddir/build/BUILD/nsca-2.9.1/src'
gcc -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  -DHAVE_LIBMCRYPT -I/usr/include -DHAVE_CONFIG_H -o nsca ./nsca.c ./netutils.c ./utils.c -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lmcrypt   
gcc -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  -DHAVE_LIBMCRYPT -I/usr/include -DHAVE_CONFIG_H -o send_nsca ./send_nsca.c ./netutils.c ./utils.c -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lmcrypt  
./nsca.c: In function 'read_config_file':
./nsca.c:479:29: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
                             asprintf(&checkresult_test,"%s/nsca.test.%i",check_result_path,getpid());
                             ^~~~~~~~
                             vsprintf
./nsca.c: In function 'handle_connection':
./nsca.c:1039:58: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
                 syslog(LOG_ERR,"Only able to send %d of %d bytes of init packet to client\n",rc,sizeof(send_packet));
                                                         ~^
                                                         %ld
./nsca.c: In function 'write_checkresult_file':
./nsca.c:1246:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'time_t {aka long int}' [-Wformat=]
         fprintf(checkresult_file_fp,"file_time=%d\n\n",current_time);
                                                ~^
                                                %ld
./nsca.c:1247:81: warning: comparison with string literal results in unspecified behavior [-Waddress]
         fprintf(checkresult_file_fp,"### %s Check Result ###\n",(svc_description=="")?"Host":"Service");
                                                                                 ^~
./nsca.c:1221:15: warning: unused variable 'output_file' [-Wunused-variable]
         char *output_file=NULL;
               ^~~~~~~~~~~
./send_nsca.c: In function 'main':
./send_nsca.c:290:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
    printf("Warning: Sent only %d of %d bytes to host\n",rc,sizeof(send_packet));
                                     ~^
                                     %ld
./send_nsca.c:74:8: warning: unused variable 'inputptr' [-Wunused-variable]
  char *inputptr, *ptr1, *ptr2, *ptr3, *ptr4;
        ^~~~~~~~
./send_nsca.c:67:8: warning: unused variable 'temp_ptr' [-Wunused-variable]
  char *temp_ptr;
        ^~~~~~~~
./send_nsca.c:65:7: warning: unused variable 'input' [-Wunused-variable]
  char input[MAX_INPUT_BUFFER];
       ^~~~~
./send_nsca.c: In function 'read_init_packet':
./send_nsca.c:362:91: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
                 printf("Error: Init packet from server was too short (%d bytes received, %d expected)\n",bytes_to_recv,sizeof(receive_packet));
                                                                                          ~^
                                                                                          %ld
./send_nsca.c: In function 'read_config_file':
./send_nsca.c:482:8: warning: unused variable 'temp_buffer' [-Wunused-variable]
  char *temp_buffer;
        ^~~~~~~~~~~
In file included from ./send_nsca.c:21:0:
./send_nsca.c: At top level:
./../include/utils.h:57:13: warning: 'generate_transmitted_iv' declared 'static' but never defined [-Wunused-function]
 static void generate_transmitted_iv(char *transmitted_iv);
             ^~~~~~~~~~~~~~~~~~~~~~~
./nsca.c: In function 'drop_privileges':
./nsca.c:1542:17: warning: unused variable 'pw' [-Wunused-variable]
  struct passwd *pw;
                 ^~
./nsca.c:1541:16: warning: unused variable 'grp' [-Wunused-variable]
  struct group *grp;
                ^~~
./nsca.c: In function 'sighandler':
./nsca.c:1607:7: warning: unused variable 'temp_buffer' [-Wunused-variable]
  char temp_buffer[MAX_INPUT_BUFFER];
       ^~~~~~~~~~~
In file included from ./nsca.c:22:0:
./nsca.c: At top level:
./../include/utils.h:57:13: warning: 'generate_transmitted_iv' declared 'static' but never defined [-Wunused-function]
 static void generate_transmitted_iv(char *transmitted_iv);
             ^~~~~~~~~~~~~~~~~~~~~~~
./nsca.c: In function 'main':
./nsca.c:153:3: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
   getcwd(config_file,sizeof(config_file));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./nsca.c: In function 'write_pid_file':
./nsca.c:1447:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(fd,pbuf,strlen(pbuf));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./nsca.c:1448:3: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result]
   fchown(fd,usr,grp);
   ^~~~~~~~~~~~~~~~~~
./nsca.c: In function 'find_rhand':
./nsca.c:726:9: warning: control reaches end of non-void function [-Wreturn-type]
         }
         ^
./nsca.c: In function 'find_whand':
./nsca.c:742:9: warning: control reaches end of non-void function [-Wreturn-type]
         }
         ^
./nsca.c: In function 'handle_connection_read':
./nsca.c:1161:48: warning: 'current_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
         packet_age=(unsigned long)(current_time-packet_time);
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~
./nsca.c:1161:48: warning: 'packet_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
make[1]: Leaving directory '/builddir/build/BUILD/nsca-2.9.1/src'

*** Compile finished ***

If the compile finished without any errors, you should
find client and server binaries in the src/ subdirectory.

Read the README file for more information on installing
the binaries, creating configuration files, and using
the server and client.

+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rkZ2o1
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
+ cd nsca-2.9.1
+ rm -rf /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
+ install -Dp -m 0755 src/nsca /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/sbin/nsca
+ install -Dp -m 0755 src/send_nsca /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/sbin/send_nsca
+ install -Dp -m 0644 sample-config/nsca.cfg /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/etc/nagios/nsca.cfg
+ install -Dp -m 0644 sample-config/send_nsca.cfg /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/etc/nagios/send_nsca.cfg
+ install -Dp -m 0644 /builddir/build/SOURCES/nsca-sysconfig /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/etc/sysconfig/nsca
+ install -Dp -m 0644 /builddir/build/SOURCES/nsca.service /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/lib/systemd/system/nsca.service
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/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: nsca-2.9.1-13.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iKomck
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsca-2.9.1
+ DOCDIR=/builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ cp -pr Changelog /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ cp -pr LEGAL /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ cp -pr README /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ cp -pr SECURITY /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca
+ exit 0
Provides: config(nsca) = 2.9.1-13.fc28 nsca = 2.9.1-13.fc28 nsca(riscv-64) = 2.9.1-13.fc28
Requires(interp): /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh systemd-units
Requires(preun): /bin/sh systemd-units
Requires(postun): /bin/sh systemd-units
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) libmcrypt.so.4()(64bit) rtld(GNU_HASH)
Processing files: nsca-client-2.9.1-13.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lNCFIa
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsca-2.9.1
+ DOCDIR=/builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ cp -pr Changelog /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ cp -pr LEGAL /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ cp -pr README /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ cp -pr SECURITY /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64/usr/share/doc/nsca-client
+ exit 0
Provides: config(nsca-client) = 2.9.1-13.fc28 nsca-client = 2.9.1-13.fc28 nsca-client(riscv-64) = 2.9.1-13.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) libmcrypt.so.4()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
Wrote: /builddir/build/SRPMS/nsca-2.9.1-13.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/nsca-2.9.1-13.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/nsca-client-2.9.1-13.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y3rE1r
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsca-2.9.1
+ rm -rf /builddir/build/BUILDROOT/nsca-2.9.1-13.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff