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/node.spec'], chrootPath='/var/lib/mock/f31-build-57962-28388/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/node.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=1548979200 Wrote: /builddir/build/SRPMS/node-0.3.2-25.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/node.spec'], chrootPath='/var/lib/mock/f31-build-57962-28388/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/node.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=1548979200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AqFtLN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf node-0.3.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/node-0.3.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd node-0.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (node-0.3.2-conf.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .conf --fuzz=0 + echo 'Patch #1 (node-0.3.2-rose.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .rose --fuzz=0 + echo 'Patch #2 (node-0.3.2-install.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .install --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (node-0.3.2-conf.patch): patching file configure Patch #1 (node-0.3.2-rose.patch): patching file node.c Patch #2 (node-0.3.2-install.patch): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z13cpP + umask 022 + cd /builddir/build/BUILD + cd node-0.3.2 + sh configure + make -j4 -e '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' BUILDSTDERR: In file included from util.c:12: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from node.c:19: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: node.c: In function 'main': BUILDSTDERR: node.c:114:60: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] BUILDSTDERR: 114 | if (getpeername(STDOUT_FILENO, (struct sockaddr *)&saddr, &slen) == -1) { BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from node.c:8: BUILDSTDERR: /usr/include/sys/socket.h:131:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 131 | socklen_t *__restrict __len) __THROW; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: node.c:126:65: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] BUILDSTDERR: 126 | if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from node.c:8: BUILDSTDERR: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 117 | socklen_t *__restrict __len) __THROW; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: node.c:137:65: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] BUILDSTDERR: 137 | if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from node.c:8: BUILDSTDERR: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 117 | socklen_t *__restrict __len) __THROW; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: In file included from user.c:13: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from nodeusers.c:14: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: util.c: In function 'print_dl': BUILDSTDERR: util.c:181:28: warning: '%s' directive writing up to 31 bytes into a region of size between 24 and 55 [-Wformat-overflow=] BUILDSTDERR: 181 | sprintf(buf, "%s on port %s", u->dl_name, u->dl_port); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:2: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 72 bytes into a destination of size 64 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from cmdparse.c:9: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: cmdparse.c: In function 'parsestr': BUILDSTDERR: cmdparse.c:11:27: warning: macro expands to multiple statements [-Wmultistatement-macros] BUILDSTDERR: 11 | #define safe_strcpy(a, b) strncpy(a, b, sizeof(a)); a[sizeof(a)-1] = 0; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: cmdparse.c:175:4: note: in expansion of macro 'safe_strcpy' BUILDSTDERR: 175 | safe_strcpy(buf, argv[n]); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: cmdparse.c:174:3: note: some parts of macro expansion are not guarded by this 'else' clause BUILDSTDERR: 174 | else BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from cmdparse.c:4: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'expand_string' at cmdparse.c:230:4: 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: In file included from cmdparse.c:9: BUILDSTDERR: cmdparse.c: In function 'expand_string': BUILDSTDERR: cmdparse.c:230:24: note: length computed here BUILDSTDERR: 230 | strncpy(dst, p, min(strlen(p), buflen - len)); BUILDSTDERR: node.h:97:20: note: in definition of macro 'min' BUILDSTDERR: 97 | #define min(a,b) ((a) < (b) ? (a) : (b)) BUILDSTDERR: | ^ BUILDSTDERR: In file included from config.c:12: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from gateway.c:25: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from command.c:21: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: gateway.c: In function 'connect_to': BUILDSTDERR: gateway.c:295:47: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] BUILDSTDERR: 295 | getsockopt(fd, SOL_SOCKET, SO_ERROR, &ret, &retlen); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from gateway.c:9: BUILDSTDERR: /usr/include/sys/socket.h:210:32: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 210 | socklen_t *__restrict __optlen) __THROW; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ BUILDSTDERR: gateway.c: In function 'do_ping': BUILDSTDERR: gateway.c:775:68: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] BUILDSTDERR: 775 | if ((len = recvfrom(fd, buf, 256, 0, (struct sockaddr *)&from, &salen)) == -1) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from /usr/include/sys/socket.h:269, BUILDSTDERR: from gateway.c:9: BUILDSTDERR: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: gateway.c:782:19: warning: pointer targets in passing argument 1 of 'check_icmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 782 | if (check_icmp(buf, len, &from, calc_rtt(tv2, tv1))) BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: gateway.c:643:29: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: 643 | static int check_icmp(char *buf, int len, struct sockaddr_in *from, long rtt) BUILDSTDERR: | ~~~~~~^~~ BUILDSTDERR: gateway.c: In function 'connect_to': BUILDSTDERR: gateway.c:36:19: warning: '-15' directive writing 3 bytes into a region of size between 1 and 10 [-Wformat-overflow=] BUILDSTDERR: 36 | sprintf(out, "%s-15", in); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from gateway.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 10 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gateway.c:33:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] BUILDSTDERR: 33 | sprintf(out, "%s-%d", in, 15 - atoi(cp + 1)); BUILDSTDERR: | ^~ BUILDSTDERR: gateway.c:33:16: note: directive argument in the range [-2147483632, 2147483647] BUILDSTDERR: 33 | sprintf(out, "%s-%d", in, 15 - atoi(cp + 1)); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from gateway.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 10 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from extcmd.c:16: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: extcmd.c: In function 'pipe_extcmd': BUILDSTDERR: extcmd.c:86:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 86 | setgid(cmdp->gid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c:87:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 87 | setuid(cmdp->uid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c: In function 'norm_extcmd': BUILDSTDERR: extcmd.c:35:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 35 | setgid(cmdp->gid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c:36:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 36 | setuid(cmdp->uid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from sysinfo.c:8: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from ipc.c:10: BUILDSTDERR: node.h:119:13: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 119 | extern void log(int, const char *, ...); BUILDSTDERR: | ^~~ BUILDSTDERR: node.h:7:1: note: 'log' is declared in header '' BUILDSTDERR: 6 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 7 | BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ipc.c:6: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ipc_send' at ipc.c:51:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 1024 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 Your machine architecture is ... riscv64 Checking man directory... /usr/share/man Checking for the existence of the Zlib headers... /usr/include/zlib.h Creating Makefile.include Creating config.h Configuration successful 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 user.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 util.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 nodeusers.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 node.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 cmdparse.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 config.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 command.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 gateway.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 extcmd.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 sysinfo.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 ipc.c gcc -o nodeusers user.o util.o nodeusers.o -lax25 -lax25io -lz gcc -o node user.o util.o node.o cmdparse.o config.o command.o gateway.o extcmd.o sysinfo.o ipc.o -lax25 -lax25io -lz Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yR9duQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 + cd node-0.3.2 + rm -rf /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin + mkdir -p /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/var/lib/ax25 + mkdir -p /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man5 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man8 + make ETC_DIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/ax25 SBIN_DIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin LIB_DIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share MAN_DIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man VAR_DIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/var/lib/ax25 install installconf + mkdir -p /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/xinetd.d + install -m 644 /builddir/build/SOURCES/node.xinetd /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/xinetd.d/node + mv /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/node /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/ax25-node + mv /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man8/node.8 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man8/ax25-node.8 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.3.2-25.fc31 --unique-debug-suffix -0.3.2-25.fc31.riscv64 --unique-debug-src-base node-0.3.2-25.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/node-0.3.2 BUILDSTDERR: 163 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 install -m 755 node /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin install -m 755 nodeusers /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin install -m 644 man/nodeusers.1 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man1 install -m 644 man/node.conf.5 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man5 install -m 644 man/node.perms.5 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man5 install -m 644 man/node.8 /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/man/man8 install -m 755 -d /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/ax25/node/help install -m 644 etc/help/*.hlp /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/ax25/node/help install -m 755 -d /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/var/lib/ax25/node install -m 644 etc/loggedin /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/var/lib/ax25/node install -m 755 -d /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/ax25 install -m 600 etc/node.conf /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/ax25 install -m 600 etc/node.perms /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/ax25 install -m 600 etc/node.motd /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/etc/ax25 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/nodeusers explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/ax25-node extracting debug info from /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/nodeusers extracting debug info from /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/sbin/ax25-node original debug info size: 308kB, size after compression: 284kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Processing files: node-0.3.2-25.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6aJsJP + umask 022 + cd /builddir/build/BUILD + cd node-0.3.2 + DOCDIR=/builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + cp -pr AUTHORS /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + cp -pr COPYING /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + cp -pr HISTORY /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + cp -pr README /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64/usr/share/doc/node + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(node) = 0.3.2-25.fc31 node = 0.3.2-25.fc31 node(riscv-64) = 0.3.2-25.fc31 Requires(interp): /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(postun): /bin/sh Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libax25.so.1()(64bit) libax25io.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: node-debugsource-0.3.2-25.fc31.riscv64 Provides: node-debugsource = 0.3.2-25.fc31 node-debugsource(riscv-64) = 0.3.2-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: node-debuginfo-0.3.2-25.fc31.riscv64 Provides: debuginfo(build-id) = 6a0cff3e276be647fc36506dcaf78815aba774a7 debuginfo(build-id) = ad85eb6e84175dfc189d5ffbaaf3059790904950 node-debuginfo = 0.3.2-25.fc31 node-debuginfo(riscv-64) = 0.3.2-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: node-debugsource(riscv-64) = 0.3.2-25.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 Wrote: /builddir/build/RPMS/node-0.3.2-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/node-debugsource-0.3.2-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/node-debuginfo-0.3.2-25.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nRjAmO + umask 022 + cd /builddir/build/BUILD + cd node-0.3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/node-0.3.2-25.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0