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/opentracker.spec'], chrootPath='/var/lib/mock/f31-build-66276-29837/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/opentracker.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/opentracker-0-0.19.20160728cvs.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/opentracker.spec'], chrootPath='/var/lib/mock/f31-build-66276-29837/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/opentracker.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.By2lpS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf opentracker-20160728 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/opentracker-20160728.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd opentracker-20160728 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (opentracker-0-Makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (opentracker-0-daemon.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (opentracker-0-conf.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (opentracker-0-Makefile.patch): patching file Makefile Patch #1 (opentracker-0-daemon.patch): patching file opentracker.c Patch #2 (opentracker-0-conf.patch): patching file opentracker.conf.sample Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.L5atoR + umask 022 + cd /builddir/build/BUILD + cd opentracker-20160728 + sed -i 's|INPUTCONFFILEHERE|/etc/opentracker/opentracker-ipv4.conf|g' opentracker.c + sed -i 's|INPUTINCLUDEDIRHERE|/usr/include|g' Makefile + 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 opentracker -j4 BUILDSTDERR: trackerlogic.c: In function 'remove_peer_from_torrent': BUILDSTDERR: trackerlogic.c:368:37: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 368 | case 2: peer_list->seed_count--; /* Fall throughs intended */ BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~ BUILDSTDERR: trackerlogic.c:369:7: note: here BUILDSTDERR: 369 | case 1: peer_list->peer_count--; /* Fall throughs intended */ BUILDSTDERR: | ^~~~ BUILDSTDERR: opentracker.c: In function 'drop_privileges': BUILDSTDERR: opentracker.c:532:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 532 | setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:532:29: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 532 | setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:533:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 533 | setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:533:29: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 533 | setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:536:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 536 | setegid( pws->pw_gid ); setgid( pws->pw_gid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:536:31: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 536 | setegid( pws->pw_gid ); setgid( pws->pw_gid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:537:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 537 | setuid( pws->pw_uid ); seteuid( pws->pw_uid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:537:31: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 537 | setuid( pws->pw_uid ); seteuid( pws->pw_uid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c: In function 'main': BUILDSTDERR: opentracker.c:645:8: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 645 | freopen("/dev/null", "a+", stdout); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:646:8: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 646 | freopen("/dev/null", "a+", stderr); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ot_stats.c: In function 'stats_issue_event': BUILDSTDERR: ot_stats.c:694:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 694 | write( 2, _debug, off ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ot_stats.c:705:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 705 | write( 2, _debug, off ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o opentracker.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE opentracker.c gcc -c -o trackerlogic.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE trackerlogic.c gcc -c -o scan_urlencoded_query.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE scan_urlencoded_query.c gcc -c -o ot_mutex.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_mutex.c gcc -c -o ot_stats.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_stats.c gcc -c -o ot_vector.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_vector.c gcc -c -o ot_clean.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_clean.c gcc -c -o ot_udp.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_udp.c BUILDSTDERR: gcc -c -o ot_iovec.o -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/ot_accesslist.c: In function 'accesslist_readfile': BUILDSTDERR: ot_accesslist.c:42:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 42 | if( ( map = mmap_read( g_accesslist_filename, &maplen ) ) == NULL ) { BUILDSTDERR: | ^ + mv opentracker opentracker-ipv4 + make clean + sed -e 's|#FEATURES+=-DWANT_V6|FEATURES+=-DWANT_V6|g' -i Makefile + sed -i 's|/etc/opentracker/opentracker-ipv4.conf|/etc/opentracker/opentracker-ipv6.conf|g' opentracker.c + 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 opentracker -j4 lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_iovec.c gcc -c -o ot_fullscrape.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_fullscrape.c gcc -c -o ot_accesslist.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_accesslist.c gcc -c -o ot_http.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_http.c gcc -c -o ot_livesync.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_livesync.c gcc -c -o ot_rijndael.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_rijndael.c gcc -o opentracker opentracker.o trackerlogic.o scan_urlencoded_query.o ot_mutex.o ot_stats.o ot_vector.o ot_clean.o ot_udp.o ot_iovec.o ot_fullscrape.o ot_accesslist.o ot_http.o ot_livesync.o ot_rijndael.o -L/usr/include/libowfat -lowfat -pthread -lpthread -lz -lc -lgcc rm -rf opentracker opentracker.debug *.o *~ gcc -c -o opentracker.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE opentracker.c gcc -c -o trackerlogic.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE trackerlogic.c BUILDSTDERR: gcc -c -o scan_urlencoded_quertrackerlogic.c: In function 'remove_peer_from_torrent': BUILDSTDERR: trackerlogic.c:368:37: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 368 | case 2: peer_list->seed_count--; /* Fall throughs intended */ BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~ BUILDSTDERR: trackerlogic.c:369:7: note: here BUILDSTDERR: 369 | case 1: peer_list->peer_count--; /* Fall throughs intended */ BUILDSTDERR: | ^~~~ BUILDSTDERR: opentracker.c: In function 'drop_privileges': BUILDSTDERR: opentracker.c:532:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 532 | setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:532:29: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 532 | setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:533:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 533 | setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:533:29: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 533 | setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:536:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 536 | setegid( pws->pw_gid ); setgid( pws->pw_gid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:536:31: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 536 | setegid( pws->pw_gid ); setgid( pws->pw_gid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:537:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 537 | setuid( pws->pw_uid ); seteuid( pws->pw_uid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:537:31: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 537 | setuid( pws->pw_uid ); seteuid( pws->pw_uid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c: In function 'main': BUILDSTDERR: opentracker.c:645:8: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 645 | freopen("/dev/null", "a+", stdout); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: opentracker.c:646:8: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 646 | freopen("/dev/null", "a+", stderr); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ot_stats.c: In function 'stats_issue_event': BUILDSTDERR: ot_stats.c:694:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 694 | write( 2, _debug, off ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ot_stats.c:705:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 705 | write( 2, _debug, off ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ y.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE scan_urlencoded_query.c gcc -c -o ot_mutex.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_mutex.c gcc -c -o ot_stats.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_stats.c gcc -c -o ot_vector.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_vector.c gcc -c -o ot_clean.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_clean.c gcc -c -o ot_udp.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_udp.c gcc -c -o ot_iovec.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_iovec.c gcc -c -o ot_fullscrape.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_fullscrape.c BUILDSTDERR: gcc -c -o ot_accesslist.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-ot_accesslist.c: In function 'accesslist_readfile': BUILDSTDERR: ot_accesslist.c:42:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 42 | if( ( map = mmap_read( g_accesslist_filename, &maplen ) ) == NULL ) { BUILDSTDERR: | ^ + mv opentracker opentracker-ipv6 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_accesslist.c gcc -c -o ot_http.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_http.c gcc -c -o ot_livesync.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_livesync.c gcc -c -o ot_rijndael.o -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 -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_V6 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_SYSLOGS -DWANT_FULLSCRAPE ot_rijndael.c gcc -o opentracker opentracker.o trackerlogic.o scan_urlencoded_query.o ot_mutex.o ot_stats.o ot_vector.o ot_clean.o ot_udp.o ot_iovec.o ot_fullscrape.o ot_accesslist.o ot_http.o ot_livesync.o ot_rijndael.o -L/usr/include/libowfat -lowfat -pthread -lpthread -lz -lc -lgcc Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ivdwNP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 + cd opentracker-20160728 + rm -rf /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 + install -d /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/ + install -dm0755 /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/var/opentracker + install -Dpm0755 opentracker-ipv4 /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/ + install -Dpm0644 opentracker.conf.sample /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/etc/opentracker/opentracker-ipv4.conf + install -Dpm0755 /builddir/build/SOURCES/opentracker-ipv4.service /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/lib/systemd/system/opentracker-ipv4.service + install -Dpm0644 /builddir/build/SOURCES/opentracker.sysconfig /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/etc/sysconfig/opentracker-ipv4 + install -Dpm0755 opentracker-ipv6 /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/ + install -Dpm0644 opentracker.conf.sample /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/etc/opentracker/opentracker-ipv6.conf + install -Dpm0755 /builddir/build/SOURCES/opentracker-ipv6.service /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/lib/systemd/system/opentracker-ipv6.service + install -Dpm0644 /builddir/build/SOURCES/opentracker.sysconfig /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/etc/sysconfig/opentracker-ipv6 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0-0.19.20160728cvs.fc31 --unique-debug-suffix -0-0.19.20160728cvs.fc31.riscv64 --unique-debug-src-base opentracker-0-0.19.20160728cvs.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/opentracker-20160728 BUILDSTDERR: 379 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 BUILDSTDERR: *** WARNING: ./usr/lib/systemd/system/opentracker-ipv4.service is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/lib/systemd/system/opentracker-ipv6.service is executable but has empty or no shebang, removing executable bit explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/opentracker-ipv4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/opentracker-ipv6 extracting debug info from /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/opentracker-ipv6 extracting debug info from /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/bin/opentracker-ipv4 original debug info size: 800kB, size after compression: 736kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Processing files: opentracker-common-0-0.19.20160728cvs.fc31.noarch Provides: opentracker-common = 0-0.19.20160728cvs.fc31 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Processing files: opentracker-ipv4-0-0.19.20160728cvs.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HFKqhP + umask 022 + cd /builddir/build/BUILD + cd opentracker-20160728 + DOCDIR=/builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv4 + cp -pr README /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv4 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(opentracker-ipv4) = 0-0.19.20160728cvs.fc31 opentracker-ipv4 = 0-0.19.20160728cvs.fc31 opentracker-ipv4(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: opentracker-ipv6-0-0.19.20160728cvs.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rwO2CQ + umask 022 + cd /builddir/build/BUILD + cd opentracker-20160728 + DOCDIR=/builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv6 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv6 + cp -pr README /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64/usr/share/doc/opentracker-ipv6 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(opentracker-ipv6) = 0-0.19.20160728cvs.fc31 opentracker-ipv6 = 0-0.19.20160728cvs.fc31 opentracker-ipv6(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: opentracker-debugsource-0-0.19.20160728cvs.fc31.riscv64 Provides: opentracker-debugsource = 0-0.19.20160728cvs.fc31 opentracker-debugsource(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: opentracker-debuginfo-0-0.19.20160728cvs.fc31.riscv64 Provides: opentracker-debuginfo = 0-0.19.20160728cvs.fc31 opentracker-debuginfo(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: opentracker-debugsource(riscv-64) = 0-0.19.20160728cvs.fc31 Processing files: opentracker-ipv4-debuginfo-0-0.19.20160728cvs.fc31.riscv64 Provides: debuginfo(build-id) = 5e6595cf6d17d99c95249a5e500bff623088114c opentracker-ipv4-debuginfo = 0-0.19.20160728cvs.fc31 opentracker-ipv4-debuginfo(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: opentracker-debugsource(riscv-64) = 0-0.19.20160728cvs.fc31 Processing files: opentracker-ipv6-debuginfo-0-0.19.20160728cvs.fc31.riscv64 Provides: debuginfo(build-id) = d89b48b00a4c4779745048bba8e3f728fc0189db opentracker-ipv6-debuginfo = 0-0.19.20160728cvs.fc31 opentracker-ipv6-debuginfo(riscv-64) = 0-0.19.20160728cvs.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: opentracker-debugsource(riscv-64) = 0-0.19.20160728cvs.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 Wrote: /builddir/build/RPMS/opentracker-common-0-0.19.20160728cvs.fc31.noarch.rpm Wrote: /builddir/build/RPMS/opentracker-ipv4-0-0.19.20160728cvs.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/opentracker-ipv6-0-0.19.20160728cvs.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/opentracker-debuginfo-0-0.19.20160728cvs.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/opentracker-debugsource-0-0.19.20160728cvs.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/opentracker-ipv4-debuginfo-0-0.19.20160728cvs.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/opentracker-ipv6-debuginfo-0-0.19.20160728cvs.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.K1tvzO + umask 022 + cd /builddir/build/BUILD + cd opentracker-20160728 + /usr/bin/rm -rf /builddir/build/BUILDROOT/opentracker-0-0.19.20160728cvs.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0