+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ldapvi.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.j2iQFM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ldapvi-1.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/ldapvi-1.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ldapvi-1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (GNUmakefile.in.patch):' Patch #0 (GNUmakefile.in.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .gnumk --fuzz=0 patching file GNUmakefile.in + echo 'Patch #1 (ldapvi-1.7-getline.patch):' Patch #1 (ldapvi-1.7-getline.patch): + /usr/bin/patch --no-backup-if-mismatch -p2 -b --suffix .getline --fuzz=0 patching file common.h patching file ldapvi.c patching file misc.c + echo 'Patch #2 (dont-set-encoding-in-vim-modeline.diff):' Patch #2 (dont-set-encoding-in-vim-modeline.diff): + /usr/bin/patch --no-backup-if-mismatch -p2 -b --suffix .encoding --fuzz=0 patching file ldapvi.c + echo 'Patch #3 (ldapvi-1.7-fix-use-after-free-in-sasl-code.patch):' Patch #3 (ldapvi-1.7-fix-use-after-free-in-sasl-code.patch): + /usr/bin/patch --no-backup-if-mismatch -p2 -b --suffix .doubleFree --fuzz=0 patching file ldapvi.c + echo 'Patch #4 (ldapvi-1.7-incorrect-FSF-address.patch):' Patch #4 (ldapvi-1.7-incorrect-FSF-address.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .FSFaddress --fuzz=0 patching file COPYING patching file arguments.c patching file data.c patching file diff.c patching file error.c patching file ldapvi.c patching file misc.c patching file parse.c patching file parseldif.c patching file port.c patching file print.c patching file sasl.c patching file schema.c patching file search.c patching file common.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iqRPB2 + umask 022 + cd /builddir/build/BUILD + cd ldapvi-1.7 + 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 + '[' 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 checking for a BSD-compatible install... /usr/bin/install -c 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 ISO C89... none needed checking for mkdtemp... yes checking for on_exit... yes checking for main in -lsocket... no checking for main in -lresolv... yes checking for main in -llber... yes checking for main in -lldap... yes checking for ldap_initialize in -lldap... yes checking for ldap_bv2dn_x in -lldap... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for library containing tigetstr... -lcurses checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for poptGetContext in -lpopt... yes checking for readline in -lreadline... yes checking for pkg-config... /usr/bin/pkg-config checking for main in -lglib-2.0... yes checking for main in -lssl... yes checking for SHA1... yes checking for RAND_pseudo_bytes... yes checking for main in -lcrypt... yes configure: creating ./config.status config.status: creating GNUmakefile config.status: creating config.h + make -j4 gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o ldapvi.o ldapvi.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o data.o data.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o diff.o diff.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o error.o error.c error.c: In function 'ldaperr': error.c:55:2: warning: implicit declaration of function 'ldap_perror'; did you mean 'ldaperr'? [-Wimplicit-function-declaration] ldap_perror(ld, str); ^~~~~~~~~~~ ldaperr diff.c: In function 'safe_str2dn': diff.c:219:9: warning: implicit declaration of function 'ldap_bv2dn_x'; did you mean 'ldap_bv2dn'? [-Wimplicit-function-declaration] ldap_bv2dn_x(&bv, out, flags); ^~~~~~~~~~~~ ldap_bv2dn gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o misc.o misc.c ldapvi.c: In function 'rebind': ldapvi.c:658:6: warning: unused variable 'rc' [-Wunused-variable] int rc = -1; ^~ ldapvi.c: In function 'do_connect': ldapvi.c:722:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if ( rc = ldap_initialize(&ld, server)) { ^~ ldapvi.c: In function 'write_config': ldapvi.c:1219:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (server) ^ ldapvi.c:1237:22: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'gpointer {aka void *}' [-Wformat=] fprintf(f, "BASE %s\n", g_ptr_array_index(basedns, i)); ~^ %p ldapvi.c: In function 'copy_sasl_output': ldapvi.c:1469:30: warning: 'return' with no value, in function returning non-void if (lstat(sasl, &st) == -1) return; ^~~~~~ ldapvi.c:1461:1: note: declared here copy_sasl_output(FILE *out, char *sasl) ^~~~~~~~~~~~~~~~ ldapvi.c: In function 'ensure_tmp_directory': ldapvi.c:580:2: warning: ignoring return value of 'mkdtemp', declared with attribute warn_unused_result [-Wunused-result] mkdtemp(dir); ^~~~~~~~~~~~ At top level: ldapvi.c:318:1: warning: 'noop_delete' defined but not used [-Wunused-function] noop_delete(int key, char *dn, void *userdata) ^~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o parse.o parse.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o port.o port.c misc.c: In function 'edit': misc.c:176:4: warning: missing sentinel in function call [-Wformat=] execlp(vi, vi, buf, pathname, 0); ^~~~~~ misc.c:178:4: warning: missing sentinel in function call [-Wformat=] execlp(vi, vi, pathname, 0); ^~~~~~ misc.c: In function 'view': misc.c:217:3: warning: missing sentinel in function call [-Wformat=] execlp(pg, pg, pathname, 0); ^~~~~~ misc.c: In function 'pipeview': misc.c:249:3: warning: missing sentinel in function call [-Wformat=] execlp(pg, pg, 0); ^~~~~~ misc.c: In function 'set_meta_keymap': misc.c:593:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ misc.c: In function 'xalloc': misc.c:401:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "\nmalloc error\n", sizeof("\nmalloc error\n") - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c: In function 'xdup': misc.c:415:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, "\nstrdup error\n", sizeof("\nstrdup error\n") - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse.c: In function 'cryptdes': parse.c:157:9: warning: implicit declaration of function 'crypt'; did you mean 'creat'? [-Wimplicit-function-declaration] return crypt(key, (char *) salt); ^~~~~ creat parse.c:157:9: warning: return makes pointer from integer without a cast [-Wint-conversion] return crypt(key, (char *) salt); ^~~~~~~~~~~~~~~~~~~~~~~~~ parse.c: In function 'cryptmd5': parse.c:178:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] result = crypt(key, (char *) salt); ^ parse.c: In function 'read_line1': parse.c:224:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if ( encoding = memchr(name->str, ':', name->len)) { ^~~~~~~~ port.c: In function 'g_string_append_ssha': port.c:47:27: warning: implicit declaration of function 'RAND_bytes'; did you mean 'RAND_MAX'? [-Wimplicit-function-declaration] #define RAND_pseudo_bytes RAND_bytes ^ port.c:133:2: note: in expansion of macro 'RAND_pseudo_bytes' RAND_pseudo_bytes(rand, sizeof(rand)); ^~~~~~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o print.o print.c parse.c: In function 'read_modify_body': parse.c:426:4: warning: 'values' may be used uninitialized in this function [-Wmaybe-uninitialized] g_ptr_array_add(values, gstring2berval(tmp2)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o search.o search.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o base64.o base64.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o arguments.o arguments.c print.c: In function 'utf8_string_p': print.c:81:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if ((0xd800 <= code) && (code <= 0xdfff) ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ arguments.c: In function 'parse_profile_line': arguments.c:527:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (o->argInfo == 0) ^ arguments.c: In function 'usage': arguments.c:184:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, USAGE, strlen(USAGE)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o parseldif.o parseldif.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o sasl.o sasl.c parseldif.c: In function 'ldif_read_line1': parseldif.c:215:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if ( c = ldif_read_ad(s, name)) return c; ^ sasl.c: In function 'finish_sasl_redirection': sasl.c:73:2: warning: implicit declaration of function 'fdcp'; did you mean 'xdup'? [-Wimplicit-function-declaration] fdcp(defaults->fd, 2); ^~~~ xdup sasl.c: In function 'process_result': sasl.c:143:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ parseldif.c: In function 'ldif_read_header': parseldif.c:513:12: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] if (dn) free(d); ^~~~~~~ gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -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 -o ldapvi ldapvi.o data.o diff.o error.o misc.o parse.o port.o print.o search.o base64.o arguments.o parseldif.o schema.c sasl.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lcrypt -lssl -lssl -lcrypto -lglib-2.0 -lreadline -lpopt -lcurses -lldap -llber -lresolv + cd manual + make manual.html xsltproc html.xsl manual.xml >manual.html + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Bc7k79 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 + cd ldapvi-1.7 + rm -rf /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 install mkdir -p /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/bin /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/man/man1/ /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi /usr/bin/install -c ldapvi /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/bin /usr/bin/install -c -m 644 ldapvi.1 /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/man/man1/ + /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: ldapvi-1.7-22.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FplPcg + umask 022 + cd /builddir/build/BUILD + cd ldapvi-1.7 + DOCDIR=/builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + cp -pr NEWS /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + cp -pr COPYING /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + cp -pr manual/bg.png /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + cp -pr manual/manual.html /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + cp -pr manual/manual.css /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64/usr/share/doc/ldapvi + exit 0 Provides: ldapvi = 1.7-22.fc28 ldapvi(riscv-64) = 1.7-22.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) libcrypt.so.1()(64bit) libcrypt.so.1(XCRYPT_2.0)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libglib-2.0.so.0()(64bit) liblber-2.4.so.2()(64bit) libldap-2.4.so.2()(64bit) libncurses.so.6()(64bit) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libreadline.so.7()(64bit) libresolv.so.2()(64bit) libssl.so.1.1()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 Wrote: /builddir/build/SRPMS/ldapvi-1.7-22.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ldapvi-1.7-22.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WTwuWE + umask 022 + cd /builddir/build/BUILD + cd ldapvi-1.7 + rm -rf /builddir/build/BUILDROOT/ldapvi-1.7-22.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff