Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/connect-proxy.spec'], chrootPath='/var/lib/mock/f30-build-39144-22439/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/connect-proxy.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 Wrote: /builddir/build/SRPMS/connect-proxy-1.100-18.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/connect-proxy.spec'], chrootPath='/var/lib/mock/f30-build-39144-22439/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/connect-proxy.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fCywG7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf connect-proxy-1.100 + /usr/bin/mkdir -p connect-proxy-1.100 + cd connect-proxy-1.100 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/connect-1.100.c connect.c + cp /builddir/build/SOURCES/connect.html . + echo 'Patch #0 (connect-proxy-make-man.patch):' Patch #0 (connect-proxy-make-man.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file connect-proxy.1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.X9zonw + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + 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 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 -c -o connect.o connect.c BUILDSTDERR: connect.c: In function 'expand_host_and_port': BUILDSTDERR: connect.c:548:23: warning: unused variable 'ptr' [-Wunused-variable] BUILDSTDERR: char *buf, *dst, *ptr; BUILDSTDERR: ^~~ BUILDSTDERR: connect.c: At top level: BUILDSTDERR: connect.c:1031:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: domain_match(const char *s1, const char *s2) BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: connect.c: In function 'is_direct_name': BUILDSTDERR: connect.c:1074:25: warning: unused variable 'd' [-Wunused-variable] BUILDSTDERR: const char *n, *d; BUILDSTDERR: ^ BUILDSTDERR: connect.c:1074:21: warning: unused variable 'n' [-Wunused-variable] BUILDSTDERR: const char *n, *d; BUILDSTDERR: ^ BUILDSTDERR: connect.c:1072:13: warning: unused variable 'dlen' [-Wunused-variable] BUILDSTDERR: int dlen, neg; BUILDSTDERR: ^~~~ BUILDSTDERR: connect.c:1064:17: warning: variable 'tail' set but not used [-Wunused-but-set-variable] BUILDSTDERR: const char *tail; BUILDSTDERR: ^~~~ BUILDSTDERR: connect.c: In function 'make_revstr': BUILDSTDERR: connect.c:1472:12: warning: unused variable 'len' [-Wunused-variable] BUILDSTDERR: size_t len; BUILDSTDERR: ^~~ BUILDSTDERR: connect.c: In function 'socks5_do_auth_userpass': BUILDSTDERR: connect.c:2032:13: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy( ptr, relay_user ); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from connect.c:205: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: connect.c:2036:13: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy( ptr, pass ); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from connect.c:205: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: connect.c:2042:20: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_out( s, buf, ptr-buf ); BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_out( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: connect.c:2044:19: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, buf, 2 ); BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c: In function 'begin_socks5_relay': BUILDSTDERR: connect.c:2130:42: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: unsigned char buf[256], *ptr, *env = socks5_auth; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: connect.c:2141:13: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: env = getparam(ENV_SOCKS5_AUTH); BUILDSTDERR: ^ BUILDSTDERR: connect.c:2148:36: warning: pointer targets in passing argument 1 of 'socks5_auth_parse' differ in signedness [-Wpointer-sign] BUILDSTDERR: n_auth = socks5_auth_parse(env, auth_list, 10); BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:2103:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: socks5_auth_parse(char *start, unsigned char *auth_list, int max_auth){ BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: connect.c:2156:20: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_out( s, buf, ptr-buf ); /* send requst */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_out( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: connect.c:2157:19: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, buf, 2 ); /* recv response */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c:2210:20: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_out( s, buf, ptr-buf); /* send request */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_out( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: connect.c:2211:19: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, buf, 4 ); /* recv response */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c:2220:23: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, ptr, 4+2 ); /* recv IPv4 addr and port */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c:2223:23: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, ptr, 1 ); /* recv name and port */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c:2224:26: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, ptr+1, *(unsigned char*)ptr + 2); BUILDSTDERR: ~~~^~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c:2227:23: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, ptr, 16+2 ); /* recv IPv6 addr and port */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c: In function 'begin_socks4_relay': BUILDSTDERR: connect.c:2288:13: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy( ptr, relay_user ); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from connect.c:205: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: connect.c:2292:17: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy( ptr, dest_host ); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from connect.c:205: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: connect.c:2297:20: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_out( s, buf, ptr-buf); /* send request */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_out( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: connect.c:2298:19: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] BUILDSTDERR: atomic_in( s, buf, 8 ); /* recv response */ BUILDSTDERR: ^~~ BUILDSTDERR: connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: atomic_in( SOCKET s, char *buf, int size ) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: connect.c: In function 'make_base64_string': BUILDSTDERR: connect.c:2343:9: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: dst = (unsigned char *)buf; BUILDSTDERR: ^ BUILDSTDERR: connect.c: In function 'accept_connection': BUILDSTDERR: connect.c:2841:41: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] BUILDSTDERR: connection = accept( sock, &client, &socklen); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from connect.c:235: BUILDSTDERR: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int accept (int __fd, __SOCKADDR_ARG __addr, BUILDSTDERR: ^~~~~~ BUILDSTDERR: connect.c: In function 'tty_readpass': BUILDSTDERR: connect.c:1183:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(tty, prompt, strlen(prompt)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: connect.c:1188:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(tty, "\n", 1); /* new line */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: connect.c:255:14: warning: 'vcid' defined but not used [-Wunused-variable] BUILDSTDERR: static char *vcid = "$Id$"; BUILDSTDERR: ^~~~ cc -o connect-proxy connect.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.clUOLm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 + cd connect-proxy-1.100 + rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 install mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/bin/ install connect-proxy /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/bin/ + mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/share/man/man1 + cp -p connect-proxy.1 /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.100-18.fc30 --unique-debug-suffix -1.100-18.fc30.riscv64 --unique-debug-src-base connect-proxy-1.100-18.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/connect-proxy-1.100 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/bin/connect-proxy extracting debug info from /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/bin/connect-proxy /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 178 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 Processing files: connect-proxy-1.100-18.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oxzfaa + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + DOCDIR=/builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/share/doc/connect-proxy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/share/doc/connect-proxy + cp -pr connect.html /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64/usr/share/doc/connect-proxy + exit 0 Provides: connect-proxy = 1.100-18.fc30 connect-proxy(riscv-64) = 1.100-18.fc30 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) rtld(GNU_HASH) Processing files: connect-proxy-debugsource-1.100-18.fc30.riscv64 Provides: connect-proxy-debugsource = 1.100-18.fc30 connect-proxy-debugsource(riscv-64) = 1.100-18.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: connect-proxy-debuginfo-1.100-18.fc30.riscv64 Provides: connect-proxy-debuginfo = 1.100-18.fc30 connect-proxy-debuginfo(riscv-64) = 1.100-18.fc30 debuginfo(build-id) = 1fced89be1cf752a0f04ad8c1a0e8e986e2606f2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: connect-proxy-debugsource(riscv-64) = 1.100-18.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 Wrote: /builddir/build/RPMS/connect-proxy-1.100-18.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/connect-proxy-debugsource-1.100-18.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/connect-proxy-debuginfo-1.100-18.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2PDZxw + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + /usr/bin/rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-18.fc30.riscv64 + exit 0 Child return code was: 0