D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/balance-3.57-7.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wGsLlN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf balance-3.57 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/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 . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/balance-3.57-update-all-paths-from-var_run-to-run.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XREEZ2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd balance-3.57 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + CFLAGS='-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + export 'CXXFLAGS=-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + CXXFLAGS='-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + export 'RPM_OPT_FLAGS=-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + RPM_OPT_FLAGS='-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables' + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -Wall' gcc -O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -Wall -I. -c butils.c gcc -O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -Wall -I. -c balance.c balance.c: In function 'setaddress': balance.c:503:9: warning: variable 'host_string' set but not used [-Wunused-but-set-variable] 503 | char *host_string = NULL; | ^~~~~~~~~~~ balance.c: In function 'setaddress_noexitonerror': balance.c:566:9: warning: variable 'host_string' set but not used [-Wunused-but-set-variable] 566 | char *host_string; | ^~~~~~~~~~~ balance.c: In function 'stream': balance.c:912:54: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 912 | uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &client_address)->sin6_addr), client_address_size); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ balance.c:912:34: warning: pointer targets in passing argument 1 of 'hash_fold' differ in signedness [-Wpointer-sign] 912 | uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &client_address)->sin6_addr), client_address_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * In file included from balance.c:114: ./balance.h:133:24: note: expected 'char *' but argument is of type 'unsigned char *' 133 | unsigned int hash_fold(char *, int); | ^~~~~~ balance.c: In function 'main': balance.c:1815:30: warning: pointer targets in passing argument 1 of 'hash_fold' differ in signedness [-Wpointer-sign] 1815 | uindex = hash_fold((unsigned char*) &(((struct sockaddr_in6 *) &cli_addr)->sin6_addr), clilen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * ./balance.h:133:24: note: expected 'char *' but argument is of type 'unsigned char *' 133 | unsigned int hash_fold(char *, int); | ^~~~~~ balance.c: In function 'shell': balance.c:1235:7: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 1235 | strncpy(line, argument, MAXINPUTLINE); | ^ balance.c: In function 'main': balance.c:1714:41: warning: '%s' directive writing up to 1023 bytes into a region of size between 991 and 1001 [-Wformat-overflow=] 1714 | sprintf(rendezvousfile, "%sbalance.%d.%s", SHMDIR, source_port, | ^~ 1715 | bindhost_address); | ~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:906, from ./balance.h:9: In function 'sprintf', inlined from 'main' at balance.c:1714:3: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 24 and 1057 bytes into a destination of size 1024 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wno-error=unused-but-set-variable -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -Wall -I. -o balance balance.o butils.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RG6PoH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 + cd balance-3.57 + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/run/balance + /usr/bin/install -Dp -m 755 balance /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/sbin/balance + /usr/bin/install -Dp -m 644 balance.1 /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/share/man/man1/balance.1 + /usr/bin/install -D -p -m 0644 /home/pterjan/rpmbuild/SOURCES/balance-tmpfiles.conf /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/lib/tmpfiles.d/balance.conf + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.57-7.mga9 --unique-debug-suffix -3.57-7.mga9.x86_64 --unique-debug-src-base balance-3.57-7.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/balance-3.57 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/sbin/balance original debug info size: 116kB, size after compression: 112kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 108 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: balance-3.57-7.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qzelGV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd balance-3.57 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/share/doc/balance + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/share/doc/balance + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/share/doc/balance + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64/usr/share/doc/balance + RPM_EC=0 ++ jobs -p + exit 0 Provides: balance = 3.57-7.mga9 balance(x86-64) = 3.57-7.mga9 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh rpm-helper Requires(post): /bin/sh rpm-helper systemd >= 195 Requires(preun): /bin/sh rpm-helper Requires(postun): /bin/sh rpm-helper Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: balance-debugsource-3.57-7.mga9.x86_64 Provides: balance-debugsource = 3.57-7.mga9 balance-debugsource(x86-64) = 3.57-7.mga9 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-7.mga9.x86_64 Provides: balance-debuginfo = 3.57-7.mga9 balance-debuginfo(x86-64) = 3.57-7.mga9 debuginfo(build-id) = 38cd26aa5ba457b7b209000ea2aadd6f954aadf7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: balance-debugsource(x86-64) = 3.57-7.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/balance-debuginfo-3.57-7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/balance-3.57-7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/balance-debugsource-3.57-7.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IItPyc + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd balance-3.57 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/balance-3.57-7.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Y7SENe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf balance-3.57 balance-3.57.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!