D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: line 30: It's not recommended to have unversioned Obsoletes: Obsoletes: ka-deploy-server-host Installing /home/iurt/rpmbuild/SRPMS/ka-deploy-0.94.4-12.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E4LaTA + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ka-deploy-0.94.4 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/ka-deploy-0.94.4.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ka-deploy-0.94.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ka-deploy_dont_use_m32.patch):' Patch #0 (ka-deploy_dont_use_m32.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .m32 --fuzz=0 patching file src/Makefile + echo 'Patch #2 (ka-deploy-werror.patch):' Patch #2 (ka-deploy-werror.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .werror --fuzz=0 patching file src/server.c patching file src/client.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DbBV6k + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ka-deploy-0.94.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ find -type d -name CVS + rm -rf + /usr/bin/make -C src 'RH_FLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses' make: Entering directory '/home/iurt/rpmbuild/BUILD/ka-deploy-0.94.4/src' gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -c server.c -o server.o In file included from server.c:155: server.c: In function 'main': server.c:1918:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1918 | assert(ext_command = strdup(optarg)); | ^~~~~~~~~~~ server.c:1939:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1939 | assert(session_name = strdup(optarg)); | ^~~~~~~~~~~~ server.c: In function 'start_external_command': server.c:1524:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 1524 | system(ext_command); | ^~~~~~~~~~~~~~~~~~~ server.c: In function 'tcp_tree_main_loop': server.c:1793:43: warning: iteration 300 invokes undefined behavior [-Waggressive-loop-optimizations] 1793 | if (connections[i].state != no_conn) | ~~~~~~~~~~~~~~^~~~~~ server.c:1792:29: note: within this loop 1792 | for (i=0; i <= MAX_CONN; i++) | ^ gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -c udp.c -o udp.o gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -c buffer.c -o buffer.o -Wall -Werror In file included from buffer.c:57: buffer.c: In function 'data_buffer_set_name': buffer.c:122:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 122 | assert(data_buffer_consumers[i].name = strdup(name)); | ^~~~~~~~~~~~~~~~~~~~~ buffer.c: In function 'init_data_buffer': buffer.c:303:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 303 | assert(data_buffer = (char *)malloc(DATA_BUFFER_SIZE)); | ^~~~~~~~~~~ gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -c delay.c -o delay.o -Wall -Werror gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -static server.o udp.o buffer.o delay.o -o ka-d-server /usr/bin/ld: server.o: in function `get_my_ip': /home/iurt/rpmbuild/BUILD/ka-deploy-0.94.4/src/server.c:361: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -c client.c -o client.o In file included from client.c:117: client.c: In function 'main': client.c:1318:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1318 | assert(server_name = strdup(optarg)); | ^~~~~~~~~~~ client.c:1328:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1328 | assert(ext_command = strdup(optarg)); | ^~~~~~~~~~~ client.c:1347:40: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1347 | assert(session_name = strdup(optarg)); | ^~~~~~~~~~~~ gcc -O -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wno-error=parentheses -static client.o udp.o buffer.o -o ka-d-client /usr/bin/ld: client.o: in function `get_ip_of': /home/iurt/rpmbuild/BUILD/ka-deploy-0.94.4/src/client.c:413: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make: Leaving directory '/home/iurt/rpmbuild/BUILD/ka-deploy-0.94.4/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fragol + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 + cd ka-deploy-0.94.4 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/ka-deploy-0.94.4 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/etc/ka + install -m 755 src/ka-d-server /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-server + install -m 755 src/ka-d-client /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-client + install -m 755 scripts/ka-d.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d.sh + install -m 755 scripts/bootable_flag.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/fdisk_to_desc /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/gen_modprobe_conf.pl /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/ka-d.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/ka_replication.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/make_initrd_grub /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/make_initrd_lilo /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/prepare_node.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/send_status.pl /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/status_node.pl /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/store_log.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/udev_creation.sh /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ + install -m 755 scripts/replication.conf /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/etc/ka + install -m 644 doc/ka-d.1 /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1/ka-d.1 + install -m 644 doc/ka-deploy.1 /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1/ka-deploy.1 + ln -s ka-d.1 /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1/ka-d.sh.1 + ln -s ka-deploy.1 /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1/ka-d-server.1 + ln -s ka-deploy.1 /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/man/man1/ka-d-client.1 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.94.4-12.mga9 --unique-debug-suffix -0.94.4-12.mga9.aarch64 --unique-debug-src-base ka-deploy-0.94.4-12.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ka-deploy-0.94.4 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-server extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-client nm: /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-client: no symbols nm: /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/bin/ka-d-server: no symbols dwz: ./usr/bin/ka-d-client-0.94.4-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/ka-d-server-0.94.4-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 6064kB, size after compression: 6064kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 219 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./etc/ka/replication.conf is executable but has no shebang, removing executable bit mangling shebang in /usr/bin/udev_creation.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/store_log.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/prepare_node.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/make_initrd_lilo from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/make_initrd_grub from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/ka_replication.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/ka-d.sh from /bin/bash to #!/usr/bin/bash *** WARNING: ./usr/bin/gen_modprobe_conf.pl is executable but has no shebang, removing executable bit mangling shebang in /usr/bin/bootable_flag.sh from /bin/sh to #!/usr/bin/sh Processing files: ka-deploy-server-0.94.4-12.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VvJhMw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ka-deploy-0.94.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-server + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-server + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-server + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-server + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-server + RPM_EC=0 ++ jobs -p + exit 0 Provides: ka-deploy-server = 0.94.4-12.mga9 ka-deploy-server(aarch-64) = 0.94.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: ka-deploy-server-host Processing files: ka-deploy-source-node-0.94.4-12.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zKx0K3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ka-deploy-0.94.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-source-node + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-source-node + cp -pr doc/duplication.html /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64/usr/share/doc/ka-deploy-source-node + RPM_EC=0 ++ jobs -p + exit 0 warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Provides: config(ka-deploy-source-node) = 0.94.4-12.mga9 ka-deploy-source-node = 0.94.4-12.mga9 ka-deploy-source-node(aarch-64) = 0.94.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(IO::Socket) perl(strict) perl-base >= 2:5.34.0 Processing files: ka-deploy-debugsource-0.94.4-12.mga9.aarch64 Provides: ka-deploy-debugsource = 0.94.4-12.mga9 ka-deploy-debugsource(aarch-64) = 0.94.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ka-deploy-source-node-debuginfo-0.94.4-12.mga9.aarch64 Provides: debuginfo(build-id) = 4a7ad5a9301d5e252229d6c61d59dba443e148c6 debuginfo(build-id) = 5e142c2ee27d7fe2642383d9156d7b90a98f5ac0 ka-deploy-source-node-debuginfo = 0.94.4-12.mga9 ka-deploy-source-node-debuginfo(aarch-64) = 0.94.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ka-deploy-debugsource(aarch-64) = 0.94.4-12.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ka-deploy-debugsource-0.94.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ka-deploy-server-0.94.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ka-deploy-source-node-0.94.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ka-deploy-source-node-debuginfo-0.94.4-12.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Z95jWX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ka-deploy-0.94.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ka-deploy-0.94.4-12.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bnj637 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ka-deploy-0.94.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!