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/deco.spec'], chrootPath='/var/lib/mock/f31-build-58618-28459/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/deco.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=1548892800 Wrote: /builddir/build/SRPMS/deco-1.6.4-7.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/deco.spec'], chrootPath='/var/lib/mock/f31-build-58618-28459/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/deco.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=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d2q3IQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf deco-1.6.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/1.6.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd deco-1.6.4 + /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.9YL4CO + umask 022 + cd /builddir/build/BUILD + cd deco-1.6.4 + make -j4 PREFIX=/usr SHARE=/var/lib/deco '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' LDFLAGS= BUILDSTDERR: deco.c: In function 'setup_opts': BUILDSTDERR: deco.c:21:3: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: 21 | { BUILDSTDERR: | ^ BUILDSTDERR: 22 | 'a', 0, &Absolute, BUILDSTDERR: | { } BUILDSTDERR: 23 | 'c', 0, &Clean, BUILDSTDERR: | { } BUILDSTDERR: 24 | 'e', 1, &Extension, BUILDSTDERR: | { } BUILDSTDERR: 25 | 'u', 0, &Unlink, BUILDSTDERR: | { } BUILDSTDERR: 26 | 'v', 0, &Verbose, BUILDSTDERR: | { } BUILDSTDERR: 27 | 0 BUILDSTDERR: | { BUILDSTDERR: 28 | }; BUILDSTDERR: | } BUILDSTDERR: In file included from deco.c:5: BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: deco.c:31:37: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 31 | return (Archives && *Archives) || (WRITE_STR(STDERR_FILENO, MSG_USAGE), false); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: arch.c: In function 'setup': BUILDSTDERR: arch.c:29:2: warning: enumeration value 'Other' not handled in switch [-Wswitch] BUILDSTDERR: 29 | switch (file_type(true, a->file.p)) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: arch.c: In function 'extract': BUILDSTDERR: arch.c:231:21: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: 231 | struct archive a = { (char *)arg }; BUILDSTDERR: | ^ BUILDSTDERR: | { } BUILDSTDERR: arch.c:236:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: 236 | if (create_sandbox(&a)) BUILDSTDERR: | ^ BUILDSTDERR: arch.c:153:8: warning: 'first.z' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 153 | try = inc_rename(MIN(try - 1, Tries), q, *typ, p, dlen(dir), only); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: arch.c:160:14: note: 'first.z' was declared here BUILDSTDERR: 160 | struct path first; BUILDSTDERR: | ^~~~~ BUILDSTDERR: arch.c:153:8: warning: 'first.e' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 153 | try = inc_rename(MIN(try - 1, Tries), q, *typ, p, dlen(dir), only); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: arch.c:160:14: note: 'first.e' was declared here BUILDSTDERR: 160 | struct path first; BUILDSTDERR: | ^~~~~ BUILDSTDERR: arch.c:189:3: warning: 'first.p' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 189 | free(first.p); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: arch.c:160:14: note: 'first.p' was declared here BUILDSTDERR: 160 | struct path first; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from fs.c:3: BUILDSTDERR: fs.c: In function 'pretty_print': BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fs.c:46:2: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 46 | WRITE_STR(STDOUT_FILENO, p); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fs.c:48:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 48 | WRITE_STR(STDOUT_FILENO, "/"); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fs.c:49:2: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 49 | WRITE_STR(STDOUT_FILENO, "\n"); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from msg.c:1: BUILDSTDERR: msg.c: In function 'err': BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:10:2: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 10 | WRITE_STR(STDERR_FILENO, "deco: "); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:11:2: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 11 | WRITE_STR(STDERR_FILENO, msg); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:14:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 14 | WRITE_STR(STDERR_FILENO, " ("); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:15:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 15 | WRITE_STR(STDERR_FILENO, strerror(syserr)); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:16:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 16 | WRITE_STR(STDERR_FILENO, ")"); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:20:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 20 | WRITE_STR(STDERR_FILENO, ": "); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:21:3: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 21 | WRITE_STR(STDERR_FILENO, id); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: msg.h:8:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8 | #define WRITE_STR(fd, s) write(fd, s, strlen(s)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: msg.c:23:2: note: in expansion of macro 'WRITE_STR' BUILDSTDERR: 23 | WRITE_STR(STDERR_FILENO, "\n"); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: opts.c: In function 'parse_opts': BUILDSTDERR: opts.c:33:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: 33 | if ((*argv)[chr] == opt->key) BUILDSTDERR: | ^ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 deco.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 arch.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 exec.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 extr.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 fs.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 link.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 mem.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 msg.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 opts.c c99 -D SHARE=\"/var/lib/deco\" -D_XOPEN_SOURCE=600 -D_FILE_OFFSET_BITS=64 -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 str.c c99 -o deco deco.o arch.o exec.o extr.o fs.o link.o mem.o msg.o opts.o str.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MfmPlP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 + cd deco-1.6.4 + make install PREFIX=/usr DESTDIR=/builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 + install -dm 755 /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64//var/lib/deco + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.6.4-7.fc31 --unique-debug-suffix -1.6.4-7.fc31.riscv64 --unique-debug-src-base deco-1.6.4-7.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/deco-1.6.4 BUILDSTDERR: 41 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/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mkdir -p -m 755 "/builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/bin" cp deco "/builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/bin" chmod 755 "/builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/bin"/deco explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/bin/deco extracting debug info from /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/bin/deco original debug info size: 96kB, size after compression: 92kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: deco-1.6.4-7.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bp7TvN + umask 022 + cd /builddir/build/BUILD + cd deco-1.6.4 + DOCDIR=/builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/share/doc/deco + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/share/doc/deco + cp -pr LICENSE /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/share/doc/deco + cp -pr NEWS /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/share/doc/deco + cp -pr README.md /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64/usr/share/doc/deco + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: deco = 1.6.4-7.fc31 deco(riscv-64) = 1.6.4-7.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) rtld(GNU_HASH) Processing files: deco-debugsource-1.6.4-7.fc31.riscv64 Provides: deco-debugsource = 1.6.4-7.fc31 deco-debugsource(riscv-64) = 1.6.4-7.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: deco-debuginfo-1.6.4-7.fc31.riscv64 Provides: debuginfo(build-id) = 86f9deda5582ef6ccc09ac8fc1b802f58a1a3dd1 deco-debuginfo = 1.6.4-7.fc31 deco-debuginfo(riscv-64) = 1.6.4-7.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: deco-debugsource(riscv-64) = 1.6.4-7.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 Wrote: /builddir/build/RPMS/deco-debugsource-1.6.4-7.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/deco-1.6.4-7.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/deco-debuginfo-1.6.4-7.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VSAM6Q + umask 022 + cd /builddir/build/BUILD + cd deco-1.6.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/deco-1.6.4-7.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0