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/n2n.spec'], chrootPath='/var/lib/mock/f31-build-112883-34301/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/n2n.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/n2n-2.1.0-16.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/n2n.spec'], chrootPath='/var/lib/mock/f31-build-112883-34301/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/n2n.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.FEAyLc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf n2n-2.1.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/n2n-2.1.0.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd n2n-2.1.0 + /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.Pvr1gb + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + make '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' -j4 gcc -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 n2n.c gcc -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 n2n_keyfile.c gcc -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 wire.c gcc -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 minilzo.c BUILDSTDERR: n2n.c: In function 'hex2byte': BUILDSTDERR: n2n.c:384:8: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 384 | char tmp[3]; BUILDSTDERR: | ^~~ BUILDSTDERR: n2n.c: In function 'sock_to_cstr': BUILDSTDERR: n2n_keyfile.c: In function 'n2n_read_keyfile': BUILDSTDERR: n2n_keyfile.c:157:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 157 | fgets( line, N2N_KEYFILE_LINESIZE, fp ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: n2n.c:417:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 417 | int r; BUILDSTDERR: | ^ BUILDSTDERR: n2n.c: In function 'traceEvent': BUILDSTDERR: n2n.c:125:59: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 580 and 620 [-Wformat-truncation=] BUILDSTDERR: 125 | snprintf(out_buf, sizeof(out_buf), "%s [%11s:%4d] %s%s", theDate, file, line, extra_msg, buf); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from n2n.h:68, BUILDSTDERR: from n2n.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 2108) into a destination of size 640 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: n2n.c:122:45: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 631 and 640 [-Wformat-truncation=] BUILDSTDERR: 122 | snprintf(out_buf, sizeof(out_buf), "%s%s", extra_msg, buf); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from n2n.h:68, BUILDSTDERR: from n2n.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2057 bytes into a destination of size 640 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 twofish.c BUILDSTDERR: wire.c: In function 'decode_sock': BUILDSTDERR: wire.c:219:9: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 219 | if( f & 0x8000 ) BUILDSTDERR: | ^ gcc -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 transform_null.c gcc -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 transform_tf.c gcc -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 transform_aes.c gcc -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 tuntap_freebsd.c gcc -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 tuntap_netbsd.c gcc -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 tuntap_linux.c gcc -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 tuntap_osx.c gcc -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 -DN2N_VERSION='"2.1.0"' -DN2N_OSNAME='"riscv64"' -c version.c gzip -c edge.8 > edge.8.gz BUILDSTDERR: tuntap_linux.c: In function 'tuntap_get_address': BUILDSTDERR: tuntap_linux.c:140:13: warning: variable 'nread' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 140 | ssize_t nread=0; BUILDSTDERR: | ^~~~~ BUILDSTDERR: tuntap_linux.c: In function 'tuntap_open': BUILDSTDERR: tuntap_linux.c:99:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 99 | system(buf); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: tuntap_linux.c:114:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 114 | system(buf); BUILDSTDERR: | ^~~~~~~~~~~ gzip -c supernode.1 > supernode.1.gz gzip -c n2n_v2.7 > n2n_v2.7.gz BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from tuntap_linux.c:18: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'tuntap_open' at tuntap_linux.c:82:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar rcs n2n.a n2n.o n2n_keyfile.o wire.o minilzo.o twofish.o transform_null.o transform_tf.o transform_aes.o tuntap_freebsd.o tuntap_netbsd.o tuntap_linux.o tuntap_osx.o version.o gcc -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 edge.c n2n.a -lcrypto -o edge gcc -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 sn.c n2n.a -o supernode BUILDSTDERR: edge.c: In function 'send_register': BUILDSTDERR: edge.c:559:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 559 | ssize_t sent; BUILDSTDERR: | ^~~~ BUILDSTDERR: edge.c: In function 'send_register_super': BUILDSTDERR: edge.c:594:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 594 | ssize_t sent; BUILDSTDERR: | ^~~~ BUILDSTDERR: edge.c: In function 'send_register_ack': BUILDSTDERR: edge.c:636:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 636 | ssize_t sent; BUILDSTDERR: | ^~~~ BUILDSTDERR: edge.c: In function 'send_PACKET': BUILDSTDERR: edge.c:1138:13: warning: variable 's' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1138 | ssize_t s; BUILDSTDERR: | ^ BUILDSTDERR: edge.c: In function 'readFromMgmtSocket': BUILDSTDERR: edge.c:1424:25: warning: variable 'sendlen' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1424 | ssize_t sendlen; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:2232:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2232 | setuid( 0 ); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: edge.c:2256:9: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2256 | setreuid( userid, userid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c:2257:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2257 | setregid( groupid, groupid ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from edge.c:26: BUILDSTDERR: In function 'strncat', BUILDSTDERR: inlined from 'main' at edge.c:1994:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:1994:13: note: length computed here BUILDSTDERR: 1994 | strncat(linebuffer, argv[i], strlen(argv[i])); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from edge.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'readConfFile' at edge.c:188:22, BUILDSTDERR: inlined from 'main' at edge.c:1989:17: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:188:39: note: length computed here BUILDSTDERR: 188 | if (p != buffer) strncpy(buffer,p,strlen(p)+1); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from edge.c:26: BUILDSTDERR: In function 'strncat', BUILDSTDERR: inlined from 'readConfFile' at edge.c:202:7, BUILDSTDERR: inlined from 'main' at edge.c:1989:17: BUILDSTDERR: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:202:7: note: length computed here BUILDSTDERR: 202 | strncat(linebuffer, buffer, strlen(buffer)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from edge.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'buildargv' at edge.c:230:3, BUILDSTDERR: inlined from 'main' at edge.c:2007:21: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:230:3: note: length computed here BUILDSTDERR: 230 | strncpy(buffer, linebuffer,strlen(linebuffer)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from n2n.h:118, BUILDSTDERR: from edge.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at edge.c:2158:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at edge.c:2082:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 18 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at edge.c:2129:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at edge.c:2050:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'scan_address' at edge.c:1916:9, BUILDSTDERR: inlined from 'main' at edge.c:2042:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dcCDud + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 + cd n2n-2.1.0 + rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 + make 'INSTALL=install -p' install DESTDIR=/builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 echo "MANDIR=/builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man" MANDIR=/builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man mkdir -p /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man7 /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man8 install -p -m755 supernode /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/ install -p -m755 edge /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/ install -p -m644 edge.8.gz /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man8/ install -p -m644 supernode.1.gz /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man1/ install -p -m644 n2n_v2.7.gz /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/man/man7/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.1.0-16.fc31 --unique-debug-suffix -2.1.0-16.fc31.riscv64 --unique-debug-src-base n2n-2.1.0-16.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/n2n-2.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/supernode explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/edge extracting debug info from /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/supernode extracting debug info from /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/sbin/edge original debug info size: 524kB, size after compression: 508kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 746 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 Processing files: n2n-2.1.0-16.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3jKEQ9 + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/doc/n2n + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/doc/n2n + cp -pr COPYING /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/doc/n2n + cp -pr README /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/doc/n2n + cp -pr HACKING /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64/usr/share/doc/n2n + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: n2n = 2.1.0-16.fc31 n2n(riscv-64) = 2.1.0-16.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) libcrypto.so.1.1()(64bit) rtld(GNU_HASH) Processing files: n2n-debugsource-2.1.0-16.fc31.riscv64 Provides: n2n-debugsource = 2.1.0-16.fc31 n2n-debugsource(riscv-64) = 2.1.0-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: n2n-debuginfo-2.1.0-16.fc31.riscv64 Provides: debuginfo(build-id) = 17f11f5f193237e8a041fd5320efab24fd5ea77b debuginfo(build-id) = a153600de8c21c3aee6c436d109134fdf29802af n2n-debuginfo = 2.1.0-16.fc31 n2n-debuginfo(riscv-64) = 2.1.0-16.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: n2n-debugsource(riscv-64) = 2.1.0-16.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 Wrote: /builddir/build/RPMS/n2n-2.1.0-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/n2n-debuginfo-2.1.0-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/n2n-debugsource-2.1.0-16.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nUTTEc + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-16.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0