+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/wipe.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.tFRVi0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wipe-0.21 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/wipe-0.21.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd wipe-0.21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7r6EJx + umask 022 + cd /builddir/build/BUILD + cd wipe-0.21 + chmod +x trtur + export '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 ' + 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 ' + make -j4 linux make wipe wipe.tr-asc.1 "CC=gcc" "CCO=-Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 " "CCOC=-c" make[1]: Entering directory '/builddir/build/BUILD/wipe-0.21' gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 -c wipe.c -o wipe.o gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 -c arcfour.c -o arcfour.o gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 -c md5.c -o md5.o gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 -c misc.c -o misc.o wipe.c: In function 'fill_random': wipe.c:230:16: warning: pointer targets in passing argument 1 of 'rand_Fillp' differ in signedness [-Wpointer-sign] rand_Fill (b, n); ^ wipe.c:230:16: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 -c random.c -o random.o ./trtur wipe.tr-asc.1 wipe.c: In function 'main': wipe.c:1467:13: warning: variable 'r' set but not used [-Wunused-but-set-variable] int r; ^ wipe.c:1480:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!o_silent) fprintf (stderr, "Syncing..."); fflush (stderr); ^~ wipe.c:1480:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!o_silent) fprintf (stderr, "Syncing..."); fflush (stderr); ^~~~~~ gcc -Wall -DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64 -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 wipe.o arcfour.o md5.o misc.o random.o -o wipe make[1]: Leaving directory '/builddir/build/BUILD/wipe-0.21' + iconv -f ISO8859-9 -t UTF8 + mv README.utf8 README + iconv -f ISO8859-9 -t UTF8 + mv wipe.tr.1.utf8 wipe.tr.1 + chmod a-x examples/wipefd0 examples/wswap.pl + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VfjjNi + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 + cd wipe-0.21 + rm -rf /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/bin /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/share/man/man1 /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/share/man/tr/man1 + install -p wipe /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/bin + install -p -m644 wipe.1 /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/share/man/man1 + mv wipe.tr.1 wipe.1 + install -p -m644 wipe.1 /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64//usr/share/man/tr/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: wipe-0.21-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qSJtsa + umask 022 + cd /builddir/build/BUILD + cd wipe-0.21 + DOCDIR=/builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr BUGS /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr CHANGES /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr GPL /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr README /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr examples/wipefd0 /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + cp -pr examples/wswap.pl /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64/usr/share/doc/wipe + exit 0 Provides: wipe = 0.21-16.fc28 wipe(riscv-64) = 0.21-16.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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/wipe-0.21-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/wipe-0.21-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/wipe-0.21-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uK2Jol + umask 022 + cd /builddir/build/BUILD + cd wipe-0.21 + rm -rf /builddir/build/BUILDROOT/wipe-0.21-16.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