Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/balance.spec'], chrootPath='/var/lib/mock/f29-build-19151-10246/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/balance.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/balance-3.57-2.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/balance.spec'], chrootPath='/var/lib/mock/f29-build-19151-10246/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/balance.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.1TN1DS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf balance-3.57 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/balance-3.57.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd balance-3.57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SPHC0C + umask 022 + cd /builddir/build/BUILD + cd balance-3.57 + /usr/bin/make -j4 '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' 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 -I. -c balance.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 -I. -c butils.c BUILDSTDERR: balance.c: In function 'setaddress': BUILDSTDERR: balance.c:503:9: warning: variable 'host_string' set but not used [-Wunused-but-set-variable] BUILDSTDERR: char *host_string = NULL; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: balance.c: In function 'setaddress_noexitonerror': BUILDSTDERR: balance.c:566:9: warning: variable 'host_string' set but not used [-Wunused-but-set-variable] BUILDSTDERR: char *host_string; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: balance.c: In function 'stream': BUILDSTDERR: balance.c:912:47: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &client_address)->sin6_addr), client_address_size); BUILDSTDERR: ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: balance.c:912:27: warning: pointer targets in passing argument 1 of 'hash_fold' differ in signedness [-Wpointer-sign] BUILDSTDERR: uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &client_address)->sin6_addr), client_address_size); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from balance.c:114: BUILDSTDERR: ./balance.h:133:14: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: unsigned int hash_fold(char *, int); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: balance.c: In function 'main': BUILDSTDERR: balance.c:1815:23: warning: pointer targets in passing argument 1 of 'hash_fold' differ in signedness [-Wpointer-sign] BUILDSTDERR: uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &cli_addr)->sin6_addr), clilen); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from balance.c:114: BUILDSTDERR: ./balance.h:133:14: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: unsigned int hash_fold(char *, int); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: balance.c:1714:41: warning: '%s' directive writing up to 1023 bytes into a region of size between 987 and 997 [-Wformat-overflow=] BUILDSTDERR: sprintf(rendezvousfile, "%sbalance.%d.%s", SHMDIR, source_port, BUILDSTDERR: ^~ BUILDSTDERR: bindhost_address); BUILDSTDERR: ~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from ./balance.h:9, BUILDSTDERR: from balance.c:114: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 28 and 1061 bytes into a destination of size 1024 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __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 -I. -o balance balance.o butils.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SIOPEo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 + cd balance-3.57 + /usr/bin/rm -rf /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/var/run/balance + /usr/bin/install -Dp -m 755 balance /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/sbin/balance + /usr/bin/install -Dp -m 644 balance.1 /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/share/man/man1/balance.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.57-2.fc29 --unique-debug-suffix -3.57-2.fc29.riscv64 --unique-debug-src-base balance-3.57-2.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/balance-3.57 extracting debug info from /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/sbin/balance /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 108 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: balance-3.57-2.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.auVKlL + umask 022 + cd /builddir/build/BUILD + cd balance-3.57 + DOCDIR=/builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/share/doc/balance + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/share/doc/balance + cp -pr README /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/share/doc/balance + cp -pr COPYING /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64/usr/share/doc/balance + exit 0 Provides: balance = 3.57-2.fc29 balance(riscv-64) = 3.57-2.fc29 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: balance-debugsource-3.57-2.fc29.riscv64 Provides: balance-debugsource = 3.57-2.fc29 balance-debugsource(riscv-64) = 3.57-2.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: balance-debuginfo-3.57-2.fc29.riscv64 Provides: balance-debuginfo = 3.57-2.fc29 balance-debuginfo(riscv-64) = 3.57-2.fc29 debuginfo(build-id) = 42c12ec856144aa9ddf02c892e418761ea6f2bb7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: balance-debugsource(riscv-64) = 3.57-2.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 Wrote: /builddir/build/RPMS/balance-3.57-2.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/balance-debugsource-3.57-2.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/balance-debuginfo-3.57-2.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RIvs8M + umask 022 + cd /builddir/build/BUILD + cd balance-3.57 + /usr/bin/rm -rf /builddir/build/BUILDROOT/balance-3.57-2.fc29.riscv64 + exit 0 Child return code was: 0