D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/balance-3.57-6.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cehApT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf balance-3.57 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/iurt/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/bin/cat /home/iurt/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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Wn6WLR + umask 022 + cd /home/iurt/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 -j8 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:47: 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:27: 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:23: 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 * 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); | ^~~~~~ In file included from /usr/include/string.h:519, from ./balance.h:51, from balance.c:114: In function 'strncpy', inlined from 'shell' at balance.c:1235:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:866, from ./balance.h:9, from balance.c:114: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 24 and 1057 bytes into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __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/iurt/rpmbuild/tmp/rpm-tmp.aKFiFT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 + cd balance-3.57 + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/run/balance + /usr/bin/install -Dp -m 755 balance /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/sbin/balance + /usr/bin/install -Dp -m 644 balance.1 /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/share/man/man1/balance.1 + /usr/bin/install -D -p -m 0644 /home/iurt/rpmbuild/SOURCES/balance-tmpfiles.conf /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/lib/tmpfiles.d/balance.conf + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.57-6.mga8 --unique-debug-suffix -3.57-6.mga8.aarch64 --unique-debug-src-base balance-3.57-6.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/balance-3.57 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/sbin/balance extracting debug info from /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/sbin/balance original debug info size: 136kB, size after compression: 136kB /usr/lib/rpm/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/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: balance-3.57-6.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RiHgHS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd balance-3.57 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/share/doc/balance + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/share/doc/balance + cp -pr README /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/share/doc/balance + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64/usr/share/doc/balance + RPM_EC=0 ++ jobs -p + exit 0 Provides: balance = 3.57-6.mga8 balance(aarch-64) = 3.57-6.mga8 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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Processing files: balance-debugsource-3.57-6.mga8.aarch64 Provides: balance-debugsource = 3.57-6.mga8 balance-debugsource(aarch-64) = 3.57-6.mga8 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-6.mga8.aarch64 Provides: balance-debuginfo = 3.57-6.mga8 balance-debuginfo(aarch-64) = 3.57-6.mga8 debuginfo(build-id) = c7bbe604d4144fa632b8d36ed91772cc5be5283c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: balance-debugsource(aarch-64) = 3.57-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/balance-debugsource-3.57-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/balance-3.57-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/balance-debuginfo-3.57-6.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bFL4kT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd balance-3.57 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/balance-3.57-6.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O2OZcU + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf balance-3.57 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!