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/preeny.spec'], chrootPath='/var/lib/mock/f31-build-49675-27312/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/preeny.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=1549065600 Wrote: /builddir/build/SRPMS/preeny-0.1-6.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/preeny.spec'], chrootPath='/var/lib/mock/f31-build-49675-27312/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/preeny.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=1549065600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N9GsWF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf preeny-0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/preeny-0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd preeny-0.1 + /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.dnBX0E + umask 022 + cd /builddir/build/BUILD + cd preeny-0.1 + 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' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + make -j4 BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. BUILDSTDERR: desock.c: In function 'preeny_socket_sync_loop': BUILDSTDERR: desock.c:116:7: warning: unused variable 'error_buf' [-Wunused-variable] BUILDSTDERR: 116 | char error_buf[1024]; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: desock.c: In function 'preeny_socket_sync': BUILDSTDERR: desock.c:40:3: warning: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 40 | strerror_r(errno, error_buf, 1024); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: desock.c:53:3: warning: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 53 | strerror_r(errno, error_buf, 1024); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: desock.c:70:4: warning: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 70 | strerror_r(errno, error_buf, 1024); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/sys/socket.h: In function 'accept4': BUILDSTDERR: desock.c:237:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 237 | } BUILDSTDERR: | ^ BUILDSTDERR: patch.c: In function 'preeny_patch_apply_patch': BUILDSTDERR: patch.c:110:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 110 | } BUILDSTDERR: | ^ BUILDSTDERR: patch.c: In function 'preeny_patch_apply_file': BUILDSTDERR: patch.c:152:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 152 | } BUILDSTDERR: | ^ BUILDSTDERR: /usr/include/unistd.h: In function 'close': BUILDSTDERR: desock_dup.c:39:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 39 | } BUILDSTDERR: | ^ BUILDSTDERR: /usr/include/unistd.h: In function 'dup2': BUILDSTDERR: desock_dup.c:52:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 52 | } BUILDSTDERR: | ^ make -C src clean make -C tests make[1]: Entering directory '/builddir/build/BUILD/preeny-0.1/src' make[1]: Entering directory '/builddir/build/BUILD/preeny-0.1/tests' cc -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld sock.c -o sock rm -f *.o rm -f *.so make[1]: Leaving directory '/builddir/build/BUILD/preeny-0.1/src' make -C src dist make[1]: Entering directory '/builddir/build/BUILD/preeny-0.1/src' cc dealarm.c logging.c -o dealarm.so -shared -fPIC -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 -DLINUX -ldl cc -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld hello.c -o hello cc desock.c logging.c -o desock.so -shared -fPIC -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 -DLINUX -ldl -lpthread cc -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld rand.c -o rand make[1]: Leaving directory '/builddir/build/BUILD/preeny-0.1/tests' cc writeout.c logging.c -o writeout.so -shared -fPIC -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 -DLINUX -ldl cc patch.c logging.c -o patch.so -shared -fPIC -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 -DLINUX -ldl -ldl -lini_config cc desock_dup.c logging.c -o desock_dup.so -shared -fPIC -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 -DLINUX -ldl -ldl cc deptrace.c logging.c -o deptrace.so -shared -fPIC -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 -DLINUX -ldl -ldl BUILDSTDERR: cc logging.c -o logging.so -shared -fPIC -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-hardenensock.c: In function 'preeny_socketize': BUILDSTDERR: ensock.c:52:56: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] BUILDSTDERR: 52 | conn_fd = accept(fd, (struct sockaddr *)&client_addr, &client_len); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from /usr/include/netinet/in.h:23, BUILDSTDERR: from ensock.c:3: BUILDSTDERR: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 233 | socklen_t *__restrict __addr_len); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ed-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DLINUX -ldl cc defork.c logging.c -o defork.so -shared -fPIC -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 -DLINUX -ldl cc startstop.c logging.c -o startstop.so -shared -fPIC -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 -DLINUX -ldl cc mallocwatch.c logging.c -o mallocwatch.so -shared -fPIC -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 -DLINUX -ldl -ldl cc ensock.c logging.c -o ensock.so -shared -fPIC -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 -DLINUX -ldl cc derand.c logging.c -o derand.so -shared -fPIC -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 -DLINUX -ldl cc desrand.c logging.c -o desrand.so -shared -fPIC -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 -DLINUX -ldl -ldl cc desigact.c logging.c -o desigact.so -shared -fPIC -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 -DLINUX -ldl cc desleep.c logging.c -o desleep.so -shared -fPIC -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 -DLINUX -ldl mkdir -p ../riscv64-redhat-linux cp *.so ../riscv64-redhat-linux make[1]: Leaving directory '/builddir/build/BUILD/preeny-0.1/src' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nmYIOF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 + cd preeny-0.1 + cd src + mkdir -p /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny + install -pt /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny dealarm.so defork.so deptrace.so derand.so desigact.so desleep.so desock.so desock_dup.so desrand.so ensock.so logging.so mallocwatch.so patch.so startstop.so writeout.so + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1-6.fc31 --unique-debug-suffix -0.1-6.fc31.riscv64 --unique-debug-src-base preeny-0.1-6.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/preeny-0.1 BUILDSTDERR: 38 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 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/dealarm.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/defork.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/derand.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/deptrace.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/dealarm.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/derand.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/defork.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/deptrace.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desigact.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desock_dup.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desigact.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desock.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desleep.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desock_dup.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desleep.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desock.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desrand.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/desrand.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/ensock.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/ensock.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/logging.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/logging.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/mallocwatch.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/mallocwatch.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/patch.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/patch.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/startstop.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/startstop.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/writeout.so extracting debug info from /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/lib64/preeny/writeout.so original debug info size: 440kB, size after compression: 424kB /usr/lib/rpm/sepdebugcrcfix: Updated 15 CRC32s, 0 CRC32s did match. Processing files: preeny-0.1-6.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Jf6HpF + umask 022 + cd /builddir/build/BUILD + cd preeny-0.1 + DOCDIR=/builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/doc/preeny + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/doc/preeny + cp -pr README.md /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/doc/preeny + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Dokd6C + umask 022 + cd /builddir/build/BUILD + cd preeny-0.1 + LICENSEDIR=/builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/licenses/preeny + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/licenses/preeny + cp -pr LICENSE /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64/usr/share/licenses/preeny + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: preeny = 0.1-6.fc31 preeny(riscv-64) = 0.1-6.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) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libini_config.so.5()(64bit) libini_config.so.5(INI_CONFIG_1.1.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: preeny-debugsource-0.1-6.fc31.riscv64 Provides: preeny-debugsource = 0.1-6.fc31 preeny-debugsource(riscv-64) = 0.1-6.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: preeny-debuginfo-0.1-6.fc31.riscv64 Provides: debuginfo(build-id) = 01c412e8309cafc03b17ee044b75e443e27d0a17 debuginfo(build-id) = 0435033970e3f52de6f071996aaeec23ba5a6234 debuginfo(build-id) = 0fdeb0f075d42e9a2b5733c744992bd68d83c3f9 debuginfo(build-id) = 11b5841d4618a0e5dd23aa9780105e3661a9f7d8 debuginfo(build-id) = 3da433aedb0f658caf5dbe58bfd61a59e2c38653 debuginfo(build-id) = 3f56996d7e8b40d2663e2e333c67227cdbce5b3d debuginfo(build-id) = 6821762cd3ce6c1e744d155dc2320da1efe26485 debuginfo(build-id) = 684fab22118748c6cf9ee90a1f4a624484ce720a debuginfo(build-id) = 7d8365de12989b10304f3934bb0224ddea72613e debuginfo(build-id) = 8d89e68f5739576b66b0261cd1e6243f6def8667 debuginfo(build-id) = 8e8ba24b7b9ed46ee11839f01f4c3b4aa30d518a debuginfo(build-id) = aa5e9a42f2b7903c1f9bcd54169e101d3693672d debuginfo(build-id) = b636d2a9d45c83d211a8cdc4d47d55e3e829a644 debuginfo(build-id) = bc6732f649a05c71d784402cfdc9f91a756220a4 debuginfo(build-id) = f36c34791bcef55b4ab3025f5e193ca07b261174 preeny-debuginfo = 0.1-6.fc31 preeny-debuginfo(riscv-64) = 0.1-6.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: preeny-debugsource(riscv-64) = 0.1-6.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 Wrote: /builddir/build/RPMS/preeny-debugsource-0.1-6.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/preeny-0.1-6.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/preeny-debuginfo-0.1-6.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.h0haxE + umask 022 + cd /builddir/build/BUILD + cd preeny-0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/preeny-0.1-6.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0