+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/compface.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 warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.4-5 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PeoL7i + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf compface-1.5.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/compface-1.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd compface-1.5.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libcompface_1.5.2-4.diff.gz):' Patch #0 (libcompface_1.5.2-4.diff.gz): + /usr/bin/gzip -dc /builddir/build/SOURCES/libcompface_1.5.2-4.diff.gz + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file compface.1 patching file compface.3 patching file compface.c patching file compface.h patching file file.c patching file debian/README.debian patching file debian/changelog patching file debian/copyright patching file debian/dirs patching file debian/control patching file debian/rules patching file debian/control.common patching file debian/libcompface1.files patching file debian/libcompfaceg1.files patching file debian/compface.files patching file debian/p patching file debian/shlibs.local patching file debian/libcompface1-altdev.files patching file debian/libcompface1.shlibs patching file debian/libcompfaceg1.shlibs patching file debian/libcompface1.postinst patching file debian/control.old patching file debian/control.libc5 patching file debian/libcompfaceg1.postinst patching file debian/changelog.old patching file debian/semantic.cache patching file debian/libcompfaceg1-dev.files patching file debian/compat patching file Makefile patching file t2.xbm patching file t.xbm patching file semantic.cache patching file t2.pbm patching file t.pbm + echo 'Patch #1 (compface-1.5.2-stack-smashing.patch):' Patch #1 (compface-1.5.2-stack-smashing.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .stack-smashing --fuzz=0 patching file file.c + echo 'Patch #2 (compface-1.5.2-build.patch):' Patch #2 (compface-1.5.2-build.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PyCLQ5 + umask 022 + cd /builddir/build/BUILD + cd compface-1.5.2 + 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 -fPIC' + 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 -fPIC' + 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 whether make sets $(MAKE)... yes 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 for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for egrep... 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 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 for strings.h... (cached) yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile + make -j4 gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC cmain.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC compface.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC arith.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC file.c cmain.c: In function 'main': cmain.c:56:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:78:7: note: in expansion of macro 'ERROR' ERROR ^~~~~ cmain.c: In function 'ReadBuf': cmain.c:155:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^~~~ fread cmain.c:155:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ^~~ gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC compress.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC gen.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC uncompface.c gcc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -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 -fPIC uncmain.c uncmain.c: In function 'main': uncmain.c:52:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:81:7: note: in expansion of macro 'ERROR' ERROR ^~~~~ uncmain.c: In function 'ReadBuf': uncmain.c:158:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^~~~ fread uncmain.c:158:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ^~~ gcc -shared -Wl,-soname,libcompface.so.1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libcompface.so arith.o file.o compress.o gen.o uncompface.o gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o compface cmain.o compface.o -L. -lcompface gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o uncompface uncmain.o -L. -lcompface + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DNQgO1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 + cd compface-1.5.2 + make install DESTDIR=/builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 STRIP=/bin/true /usr/bin/install -c -d /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/bin /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/lib64 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man3 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/include /usr/bin/install -c ./compface /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/bin/compface /bin/true /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/bin/compface /usr/bin/install -c ./uncompface /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/bin/uncompface /bin/true /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/bin/uncompface /usr/bin/install -c -m 644 ./compface.1 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man1/compface.1 cd /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man1 && rm -f ./uncompface.1 && ln -s compface.1 uncompface.1 /usr/bin/install -c -m 644 ./compface.3 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man3/compface.3 cd /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/man/man3 && rm -f ./uncompface.3 && ln -s compface.3 uncompface.3 for hdr in compface.h; do /usr/bin/install -c -m 644 ./${hdr} /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/include/${hdr}; done /usr/bin/install -c ./libcompface.so /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/lib64/libcompface.so.1.0.0 ln -s libcompface.so.1.0.0 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/lib64/libcompface.so.1 ln -s libcompface.so.1 /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/lib64/libcompface.so + mkdir -p _extdoc + install -p -m 0644 /builddir/build/SOURCES/compface-README.copyright _extdoc/README.copyright + /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: compface-1.5.2-24.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hRTKO6 + umask 022 + cd /builddir/build/BUILD + cd compface-1.5.2 + DOCDIR=/builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + cp -pr ChangeLog /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + cp -pr README /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + cp -pr xbm2xface.pl /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + cp -pr _extdoc/README.copyright /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64/usr/share/doc/compface + exit 0 Provides: compface = 1.5.2-24.fc28 compface(riscv-64) = 1.5.2-24.fc28 libcompface.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) libcompface.so.1()(64bit) rtld(GNU_HASH) Processing files: compface-devel-1.5.2-24.fc28.riscv64 Provides: compface-devel = 1.5.2-24.fc28 compface-devel(riscv-64) = 1.5.2-24.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libcompface.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/compface-1.5.2-24.fc28.riscv64 Wrote: /builddir/build/SRPMS/compface-1.5.2-24.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/compface-1.5.2-24.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/compface-devel-1.5.2-24.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hE7c7g + umask 022 + cd /builddir/build/BUILD + cd compface-1.5.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/compface-1.5.2-24.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