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/vpnc.spec'], chrootPath='/var/lib/mock/f31-build-100624-33290/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/vpnc.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=1564185600 Wrote: /builddir/build/SRPMS/vpnc-0.5.3-36.svn550.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vpnc.spec'], chrootPath='/var/lib/mock/f31-build-100624-33290/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/vpnc.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=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ic0O2u + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vpnc-0.5.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/vpnc-0.5.3.svn550.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vpnc-0.5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/vpnc-0.5.1-dpd.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/vpnc-0.5.3-use-autodie.patch + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WjIf4u + umask 022 + cd /builddir/build/BUILD + cd vpnc-0.5.3 + 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 -fPIE' + LDFLAGS='-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 -pie' + make PREFIX=/usr BUILDSTDERR: which: no git in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) BUILDSTDERR: which: no git in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) BUILDSTDERR: sysdep.c: In function 'tun_close': BUILDSTDERR: sysdep.c:517:29: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] BUILDSTDERR: 517 | int tun_close(int fd, char *dev) BUILDSTDERR: | ~~~~~~^~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from sysdep.c:24: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'tun_open' at sysdep.c:448: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: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'tun_get_hwaddr' at sysdep.c:678:2: 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: tunip.c: In function 'vpnc_doit': BUILDSTDERR: tunip.c:1041:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1041 | chdir("/"); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: config.c: In function 'do_config': BUILDSTDERR: config.c:982:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 982 | asprintf(&prompt, "Enter IPSec secret for %s@%s: ", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 983 | config[CONFIG_IPSEC_ID], config[CONFIG_IPSEC_GATEWAY]); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: config.c:989:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 989 | asprintf(&prompt, "Enter password for %s@%s: ", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 990 | config[CONFIG_XAUTH_USERNAME], BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 991 | config[CONFIG_IPSEC_GATEWAY]); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: config.c: In function 'config_def_app_version': BUILDSTDERR: config.c:359:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 359 | asprintf(&version, "Cisco Systems VPN Client %s:%s", VERSION, uts.sysname); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: config.c: In function 'get_config_filename': BUILDSTDERR: config.c:661:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 661 | asprintf(&realname, "%s%s%s", index(name, '/') ? "" : "/etc/vpnc/", name, add_dot_conf ? ".conf" : ""); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: config.c: In function 'vpnc_getpass': BUILDSTDERR: config.c:253:6: warning: 'pass' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 253 | if (buf == NULL) BUILDSTDERR: | ^ BUILDSTDERR: math_group.c: In function 'modp_getraw': BUILDSTDERR: math_group.c:243:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 243 | int ret; BUILDSTDERR: | ^~~ BUILDSTDERR: math_group.c: In function 'modp_setraw': BUILDSTDERR: math_group.c:259:38: warning: parameter 'grp' set but not used [-Wunused-but-set-parameter] BUILDSTDERR: 259 | static int modp_setraw(struct group *grp, gcry_mpi_t d, unsigned char *s, int l) BUILDSTDERR: | ~~~~~~~~~~~~~~^~~ LC_ALL=C perl -w ./enum2debug.pl isakmp.h >vpnc-debug.c 2>vpnc-debug.h cc -MM sysdep.c vpnc-debug.c isakmp-pkt.c tunip.c config.c dh.c math_group.c supp.c decrypt-utils.c crypto.c crypto-gnutls.c vpnc.c cisco-decrypt.c test-crypto.c -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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" > .depend 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o sysdep.o sysdep.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o vpnc-debug.o vpnc-debug.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o isakmp-pkt.o isakmp-pkt.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o tunip.o tunip.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o config.o config.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o dh.o dh.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o math_group.o math_group.c BUILDSTDERR: 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 -fPIcrypto-gnutls.c: In function 'crypto_read_cert': BUILDSTDERR: crypto-gnutls.c:80:2: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 80 | gnutls_datum dt; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from crypto-gnutls.h:21, BUILDSTDERR: from crypto.h:40, BUILDSTDERR: from crypto-gnutls.c:26: BUILDSTDERR: /usr/include/gnutls/gnutls.h:1149:9: note: declared here BUILDSTDERR: 1149 | typedef struct { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: crypto-gnutls.c: In function 'crypto_push_cert': BUILDSTDERR: crypto-gnutls.c:124:2: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 124 | gnutls_datum dt; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from crypto-gnutls.h:21, BUILDSTDERR: from crypto.h:40, BUILDSTDERR: from crypto-gnutls.c:26: BUILDSTDERR: /usr/include/gnutls/gnutls.h:1149:9: note: declared here BUILDSTDERR: 1149 | typedef struct { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: crypto-gnutls.c: In function 'load_one_ca_file': BUILDSTDERR: crypto-gnutls.c:228:2: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 228 | gnutls_datum dt; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from crypto-gnutls.h:21, BUILDSTDERR: from crypto.h:40, BUILDSTDERR: from crypto-gnutls.c:26: BUILDSTDERR: /usr/include/gnutls/gnutls.h:1149:9: note: declared here BUILDSTDERR: 1149 | typedef struct { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: crypto-gnutls.c: In function 'load_ca_list_file': BUILDSTDERR: crypto-gnutls.c:269:2: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 269 | gnutls_datum dt = { NULL, 0 }; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from crypto-gnutls.h:21, BUILDSTDERR: from crypto.h:40, BUILDSTDERR: from crypto-gnutls.c:26: BUILDSTDERR: /usr/include/gnutls/gnutls.h:1149:9: note: declared here BUILDSTDERR: 1149 | typedef struct { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: vpnc.c: In function 'do_phase1_am_packet2': BUILDSTDERR: vpnc.c:1903:38: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] BUILDSTDERR: 1903 | memset(dh_shared_secret, 0, sizeof(dh_shared_secret)); BUILDSTDERR: | ^ BUILDSTDERR: vpnc.c: In function 'setup_tunnel': BUILDSTDERR: vpnc.c:339:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 339 | system(config[CONFIG_SCRIPT]); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:373:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 373 | asprintf(&strbuf, "%d", mtu); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c: In function 'do_phase2_xauth': BUILDSTDERR: vpnc.c:2334:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2334 | asprintf(&prompt, "%s for VPN %s@%s: ", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2335 | (ap->type == ISAKMP_XAUTH_06_ATTRIB_ANSWER) ? BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2336 | "Answer" : BUILDSTDERR: | ~~~~~~~~~~ BUILDSTDERR: 2337 | (ap->type == ISAKMP_XAUTH_06_ATTRIB_USER_PASSWORD) ? BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2338 | "Password" : "Passcode", BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2339 | config[CONFIG_XAUTH_USERNAME], ntop_buf); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c: In function 'do_config_to_env': BUILDSTDERR: vpnc.c:979:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 979 | asprintf(&strbuf, "%d", mask_to_masklen(*((struct in_addr *)a->u.lots.data))); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1056:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1056 | asprintf(&strbuf, "%d", a->u.acl.count); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1064:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1064 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_ADDR", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1065:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1065 | asprintf(&strbuf2, "%s", inet_ntoa(a->u.acl.acl_ent[i].addr)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1070:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1070 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_MASK", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1071:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1071 | asprintf(&strbuf2, "%s", inet_ntoa(a->u.acl.acl_ent[i].mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1077:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1077 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_MASKLEN", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1078:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1078 | asprintf(&strbuf2, "%d", mask_to_masklen(a->u.acl.acl_ent[i].mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1083:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1083 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_PROTOCOL", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1084:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1084 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].protocol); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1089:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1089 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_SPORT", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1090:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1090 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].sport); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1095:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1095 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_DPORT", i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c:1096:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1096 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].dport); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c: In function 'config_tunnel': BUILDSTDERR: vpnc.c:392:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 392 | system(config[CONFIG_SCRIPT]); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vpnc.c: In function 'close_tunnel': BUILDSTDERR: vpnc.c:400:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 400 | system(config[CONFIG_SCRIPT]); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o supp.o supp.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o decrypt-utils.o decrypt-utils.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o crypto.o crypto.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o crypto-gnutls.o crypto-gnutls.c 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o vpnc.o vpnc.c 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 -pie -o vpnc sysdep.o vpnc-debug.o isakmp-pkt.o tunip.o config.o dh.o math_group.o supp.o decrypt-utils.o crypto.o crypto-gnutls.o vpnc.o -lgcrypt -ldl -lgpg-error -lgnutls 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o cisco-decrypt.o cisco-decrypt.c 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 -pie -o cisco-decrypt cisco-decrypt.o decrypt-utils.o -lgcrypt -ldl -lgpg-error -lgnutls 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 -fPIE -W -Wall -Wmissing-declarations -Wwrite-strings -I/usr/include/p11-kit-1 -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\" -c -o test-crypto.o test-crypto.c BUILDSTDERR: 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 -pie -o test-crypto sysdep.o test-crypto.o crypto.o crypto-gnutls.o -lg+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 crypt -ldl -lgpg-error -lgnutls ./makeman.pl Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M8eAqv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 + cd vpnc-0.5.3 + make install DESTDIR=/builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 PREFIX=/usr BUILDSTDERR: which: no git in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) + rm -f /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin/pcf2vpnc + chmod 0644 pcf2vpnc + rm -f /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man1/pcf2vpnc.1 + chmod 0644 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man8/vpnc.8 + install -m 0600 /builddir/build/SOURCES/generic-vpnc.conf /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc/default.conf + install -Dp -m 0644 /builddir/build/SOURCES/vpnc.consolehelper /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/security/console.apps/vpnc + install -Dp -m 0644 /builddir/build/SOURCES/vpnc-disconnect.consolehelper /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/security/console.apps/vpnc-disconnect + install -Dp -m 0644 /builddir/build/SOURCES/vpnc.pam /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/pam.d/vpnc + install -Dp -m 0644 /builddir/build/SOURCES/vpnc.pam /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/pam.d/vpnc-disconnect + install -m 0755 /builddir/build/SOURCES/vpnc-helper /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin/vpnc-helper + mkdir -p /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin + ln -sf consolehelper /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin/vpnc + ln -sf consolehelper /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin/vpnc-disconnect + rm -f /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc/COPYING + rm -f /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc/vpnc-script + mkdir -p /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/lib/tmpfiles.d + install -m 0644 /builddir/build/SOURCES/vpnc-tmpfiles.conf /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/lib/tmpfiles.d/vpnc.conf + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.3-36.svn550.fc31 --unique-debug-suffix -0.5.3-36.svn550.fc31.riscv64 --unique-debug-src-base vpnc-0.5.3-36.svn550.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/vpnc-0.5.3 BUILDSTDERR: 612 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 install -d /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man8 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc if [ "`uname -s | cut -c-6`" = "CYGWIN" ]; then \ install vpnc-script-win /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc/vpnc-script; \ install vpnc-script-win.js /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc; \ else \ install vpnc-script /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc; \ fi install -m600 vpnc.conf /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/etc/vpnc/default.conf install -m755 vpnc-disconnect /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin install -m755 pcf2vpnc /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin install -m644 vpnc.8 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man8 install -m644 pcf2vpnc.1 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man1 install -m644 cisco-decrypt.1 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/man/man1 install -m644 COPYING /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc install -m755 vpnc /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin install -m755 cisco-decrypt /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin/vpnc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin/cisco-decrypt extracting debug info from /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/sbin/vpnc extracting debug info from /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/bin/cisco-decrypt original debug info size: 576kB, size after compression: 532kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. mangling shebang in /usr/sbin/vpnc-disconnect from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/sbin/vpnc-helper from /bin/sh to #!/usr/bin/sh Processing files: vpnc-0.5.3-36.svn550.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.crPX7s + umask 022 + cd /builddir/build/BUILD + cd vpnc-0.5.3 + DOCDIR=/builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc + cp -pr README /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc + cp -pr pcf2vpnc /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc + cp -pr pcf2vpnc.1 /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/doc/vpnc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Tm7u0v + umask 022 + cd /builddir/build/BUILD + cd vpnc-0.5.3 + LICENSEDIR=/builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/licenses/vpnc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/licenses/vpnc + cp -pr COPYING /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64/usr/share/licenses/vpnc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(vpnc) = 0.5.3-36.svn550.fc31 vpnc = 0.5.3-36.svn550.fc31 vpnc(riscv-64) = 0.5.3-36.svn550.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh 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) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libgpg-error.so.0()(64bit) rtld(GNU_HASH) Processing files: vpnc-consoleuser-0.5.3-36.svn550.fc31.riscv64 Provides: config(vpnc-consoleuser) = 0.5.3-36.svn550.fc31 vpnc-consoleuser = 0.5.3-36.svn550.fc31 vpnc-consoleuser(riscv-64) = 0.5.3-36.svn550.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh Processing files: vpnc-debugsource-0.5.3-36.svn550.fc31.riscv64 Provides: vpnc-debugsource = 0.5.3-36.svn550.fc31 vpnc-debugsource(riscv-64) = 0.5.3-36.svn550.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vpnc-debuginfo-0.5.3-36.svn550.fc31.riscv64 Provides: debuginfo(build-id) = a769e8ec38f08d45fc3e3004669f35023f4fd080 debuginfo(build-id) = dc56edfc4f8bf3788f157c86272b0b67056f44c5 vpnc-debuginfo = 0.5.3-36.svn550.fc31 vpnc-debuginfo(riscv-64) = 0.5.3-36.svn550.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vpnc-debugsource(riscv-64) = 0.5.3-36.svn550.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 Wrote: /builddir/build/RPMS/vpnc-consoleuser-0.5.3-36.svn550.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vpnc-0.5.3-36.svn550.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vpnc-debugsource-0.5.3-36.svn550.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/vpnc-debuginfo-0.5.3-36.svn550.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mefYlu + umask 022 + cd /builddir/build/BUILD + cd vpnc-0.5.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vpnc-0.5.3-36.svn550.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0