Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/hexer.spec'], chrootPath='/var/lib/mock/f31-build-86617-31688/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/hexer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Wrote: /builddir/build/SRPMS/hexer-1.0.3-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/hexer.spec'], chrootPath='/var/lib/mock/f31-build-86617-31688/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/hexer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5ZJE4A + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hexer-1.0.3 + /usr/bin/xz -dc /builddir/build/SOURCES/hexer-1.0.3.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hexer-1.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cwoJKA + umask 022 + cd /builddir/build/BUILD + cd hexer-1.0.3 + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + make -j4 BUILDSTDERR: config-test.c: In function 'main': BUILDSTDERR: config-test.c:98:33: error: passing argument 2 of 'signal' from incompatible pointer type [-Werror=incompatible-pointer-types] BUILDSTDERR: 98 | buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int (*)(void) BUILDSTDERR: In file included from /usr/include/features.h:450, BUILDSTDERR: from /usr/include/signal.h:25, BUILDSTDERR: from config-test.c:49: BUILDSTDERR: /usr/include/signal.h:93:23: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(void)' BUILDSTDERR: 93 | extern __sighandler_t __REDIRECT_NTH (signal, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: cc1: all warnings being treated as errors BUILDSTDERR: In file included from buffer.c:54: BUILDSTDERR: buffer.c: In function 'b_copy_forward': BUILDSTDERR: buffer.c:396:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 396 | assert(t_block = find_block(buffer, target_position + count - 1)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:399:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 399 | assert(s_block = find_block(buffer, source_position)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:403:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 403 | assert(s_block = find_block(buffer, source_position + count)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:406:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 406 | assert(s_block = find_block(buffer, source_position)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:415:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 415 | assert(s_block = find_block(buffer, source_position + count)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:420:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 420 | assert(s_block = BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: buffer.c:426:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 426 | assert(s_block = find_block(buffer, source_position + count)); BUILDSTDERR: | ^~~~~~~ [ ! -e config.h.auto ] || rm config.h.auto cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin2c bin2c.c echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto for item in \ SIGTYPE_INT \ ALLOCA_H \ VASPRINTF \ ; do \ echo "Testing for $item"; \ if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D"TEST_$item" -c -o config-test.o -Werror config-test.c; then \ value=1; \ else \ value=0; \ fi; \ echo "- result: $value"; \ printf "\\n#define HAVE_%s\\t%d\\n" "$item" "$value" >> config.h.auto; \ done Testing for SIGTYPE_INT - result: 0 Testing for ALLOCA_H - result: 1 Testing for VASPRINTF - result: 1 # These configuration settings are deprecated; hexer expects # a POSIX environment that provides these functions and # header files. If the build breaks or hexer doesn't run # properly, try moving some of these to the upper section so # the configuration stage can actually check for them; please # also let the author know what your operating system, platform, # and build environment is. # for item in \ STRCMP \ STRCASECMP \ MEMMOVE \ FLOAT_H \ STRERROR \ ; do \ echo "Assuming $item is present"; \ printf "\\n/* Assumed; please let the author know if the build breaks */\\n#define HAVE_%s\\t%d\\n" "$item" 1 >> config.h.auto; \ done Assuming STRCMP is present Assuming STRCASECMP is present Assuming MEMMOVE is present Assuming FLOAT_H is present Assuming STRERROR is present [ ! -e config.h ] || rm config.h mv config.h.auto config.h cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o buffer.o buffer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tio.o tio.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o edit.o edit.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o main.o main.c BUILDSTDERR: cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-stIn file included from edit.c:63: BUILDSTDERR: In function 'realloc_fatal', BUILDSTDERR: inlined from 'he_again' at edit.c:657:33, BUILDSTDERR: inlined from 'he_command' at edit.c:1198:5: BUILDSTDERR: util.h:65:23: warning: argument 2 range [9223372036854775808, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] BUILDSTDERR: 65 | void * const newp = realloc(p, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from edit.c:49: BUILDSTDERR: util.h: In function 'he_command': BUILDSTDERR: /usr/include/stdlib.h:550:14: note: in a call to allocation function 'realloc' declared here BUILDSTDERR: 550 | extern void *realloc (void *__ptr, size_t __size) BUILDSTDERR: | ^~~~~~~ rong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hexer.o hexer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o readline.o readline.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o regex.o regex.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o port.o port.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o exh.o exh.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o set.o set.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o map.o map.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o signal.o signal.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o util.o util.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o commands.o commands.c ./bin2c -n helptext -o helptext.c help.txt BUILDSTDERR: cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 _VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o calc.o calc.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.3\" -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o helptext.o helptext.c cc -o hexer buffer.o tio.o edit.o main.o hexer.o readline.o regex.o port.o exh.o set.o map.o signal.o util.o commands.o helptext.o calc.o -lcurses -lm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bvcpOz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 + cd hexer-1.0.3 + mkdir -p /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/bin/ + cp -p hexer /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/bin/ + mkdir -p /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/man/man1/ + cp -p hexer.1 /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.3-3.fc31 --unique-debug-suffix -1.0.3-3.fc31.riscv64 --unique-debug-src-base hexer-1.0.3-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/hexer-1.0.3 BUILDSTDERR: 1269 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/bin/hexer extracting debug info from /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/bin/hexer original debug info size: 652kB, size after compression: 612kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: hexer-1.0.3-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RaVf3A + umask 022 + cd /builddir/build/BUILD + cd hexer-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/doc/hexer + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/doc/hexer + cp -pr README /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/doc/hexer + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OCFukB + umask 022 + cd /builddir/build/BUILD + cd hexer-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/licenses/hexer + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/licenses/hexer + cp -pr COPYRIGHT /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64/usr/share/licenses/hexer + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: hexer = 1.0.3-3.fc31 hexer(riscv-64) = 1.0.3-3.fc31 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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: hexer-debugsource-1.0.3-3.fc31.riscv64 Provides: hexer-debugsource = 1.0.3-3.fc31 hexer-debugsource(riscv-64) = 1.0.3-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hexer-debuginfo-1.0.3-3.fc31.riscv64 Provides: debuginfo(build-id) = 53f7a25b28bf8d76c4a56f4587ce2725a941e909 hexer-debuginfo = 1.0.3-3.fc31 hexer-debuginfo(riscv-64) = 1.0.3-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hexer-debugsource(riscv-64) = 1.0.3-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 Wrote: /builddir/build/RPMS/hexer-1.0.3-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/hexer-debuginfo-1.0.3-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/hexer-debugsource-1.0.3-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wivLaz + umask 022 + cd /builddir/build/BUILD + cd hexer-1.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/hexer-1.0.3-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0