D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: line 24: It's not recommended to have unversioned Obsoletes: Obsoletes: ccs-tools Installing /home/iurt/rpmbuild/SRPMS/tomoyo-tools-2.5.0-10.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lUMrmx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf tomoyo-tools + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/tomoyo-tools-2.5.0-20110929.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tomoyo-tools + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CDVflQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tomoyo-tools + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sed -i s:/usr/lib:/usr/lib64:g Include.make + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + make -s all 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'CXXFLAG=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' editpolicy_offline.c: In function 'ccs_get_name': editpolicy_offline.c:1464:23: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1464 | list_add_tail(&ptr->head.list, head); | ^~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_get_group': editpolicy_offline.c:1582:31: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1582 | list_add_tail(&entry->head.list, list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_update_policy': editpolicy_offline.c:1795:31: warning: taking address of packed member of 'struct ccs_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1795 | list_add_tail(&entry->list, list); | ^~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_commit_condition': editpolicy_offline.c:1966:34: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1966 | list_add(&entry->head.list, &ccs_condition_list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c:1973:35: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1973 | ccs_del_condition(&entry->head.list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_get_condition': editpolicy_offline.c:2234:35: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 2234 | ccs_del_condition(&entry->head.list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_update_domain': editpolicy_offline.c:2310:31: warning: taking address of packed member of 'struct ccs_acl_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 2310 | list_add_tail(&entry->list, list); | ^~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_editpolicy_offline_init': editpolicy_offline.c:4756:13: warning: type of 'coid' defaults to 'int' [-Wimplicit-int] 4756 | static void ccs_editpolicy_offline_init(coid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ init_policy.c: In function 'main': init_policy.c:646:60: warning: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 0 and 10 [-Wformat-truncation=] 646 | snprintf(stamp, sizeof(stamp) - 1, "%02d-%02d-%02d.%02d:%02d:%02d", | ^~~~ In file included from /usr/include/stdio.h:888, from init_policy.c:26: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 64 bytes into a destination of size 19 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AI7g5G + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 + cd tomoyo-tools + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share/info install -s INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 + install -m 644 /home/iurt/rpmbuild/SOURCES/README.tomoyo-tools.urpmi README.install.urpmi + mkdir -p /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/etc/logrotate.d/ + install -m 644 /home/iurt/rpmbuild/SOURCES/tomoyo.logrotate /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/etc/logrotate.d/tomoyo + mkdir -p /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/etc/rc.d/init.d + install -m 700 /home/iurt/rpmbuild/SOURCES/tomoyo.init /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/etc/rc.d/init.d/tomoyo-auditd + mkdir -p /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/var/log/tomoyo + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.5.0-10.mga9 --unique-debug-suffix -2.5.0-10.mga9.aarch64 --unique-debug-src-base tomoyo-tools-2.5.0-10.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/tomoyo-tools extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/sbin/tomoyo-init extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/tomoyo/audit-exec-param extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/libtomoyotools.so.3.0.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/tomoyo/convert-audit-log extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/tomoyo/convert-exec-param extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/tomoyo/init_policy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/lib64/tomoyo/tomoyo-editpolicy-agent extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-auditd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-checkpolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-diffpolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-editpolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-domainmatch extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-findtemp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-notifyd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-loadpolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-patternize extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-queryd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-pstree extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-savepolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-selectpolicy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-setlevel extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-setprofile extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/sbin/tomoyo-sortpolicy dwz: ./sbin/tomoyo-init-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/libtomoyotools.so.3.0.0-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/tomoyo/audit-exec-param-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/tomoyo/convert-audit-log-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/tomoyo/convert-exec-param-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/tomoyo/init_policy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/tomoyo/tomoyo-editpolicy-agent-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-auditd-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-checkpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-diffpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-domainmatch-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-editpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-findtemp-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-loadpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-notifyd-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-patternize-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-pstree-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-queryd-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-savepolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-selectpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-setlevel-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-setprofile-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/tomoyo-sortpolicy-2.5.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 1112kB, size after compression: 1112kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 23 CRC32s did match. 1084 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 mangling shebang in /etc/rc.d/init.d/tomoyo-auditd from /bin/sh to #!/usr/bin/sh Processing files: tomoyo-tools-2.5.0-10.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EWkQ9i + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tomoyo-tools + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share/doc/tomoyo-tools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share/doc/tomoyo-tools + cp -pr README.install.urpmi /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64/usr/share/doc/tomoyo-tools + RPM_EC=0 ++ jobs -p + exit 0 Provides: tomoyo-tools = 2.5.0-10.mga9 tomoyo-tools(aarch-64) = 2.5.0-10.mga9 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh 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) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) libtomoyotools.so.3()(64bit) Conflicts: ccs-tools Obsoletes: ccs-tools Processing files: lib64tomoyotools3-2.5.0-10.mga9.aarch64 Provides: lib64tomoyotools3 = 2.5.0-10.mga9 lib64tomoyotools3(aarch-64) = 2.5.0-10.mga9 libtomoyotools.so.3()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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: tomoyo-tools-debugsource-2.5.0-10.mga9.aarch64 Provides: tomoyo-tools-debugsource = 2.5.0-10.mga9 tomoyo-tools-debugsource(aarch-64) = 2.5.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tomoyo-tools-debuginfo-2.5.0-10.mga9.aarch64 Provides: debuginfo(build-id) = 0843038e57f23e5a48b0aaefb1bd71e063efd188 debuginfo(build-id) = 0a10048a566ccd4b139d0b23c7596a199e6da7e7 debuginfo(build-id) = 0c5daaa410ef6be733b09b88098bb6fcd4178421 debuginfo(build-id) = 26b3acd0f2b660fc7569d5b2e3b46063f6487c3b debuginfo(build-id) = 2d7e367e7746122b87f20699f01ad93bac951593 debuginfo(build-id) = 4fcc8a42fe4815905165d403580f2489b4ea0b82 debuginfo(build-id) = 513c68bfc582737934e67508cb91bf688ab7c982 debuginfo(build-id) = 53e0a083e8d6ef668aecaa3a2f378755d0a9d561 debuginfo(build-id) = 56623a54623ab01e26869cf013dad16bf503e935 debuginfo(build-id) = 7717237dd9c4fbd8d105f658e115710c667e1f76 debuginfo(build-id) = 77de5aa73d9631415c3dbb8814314cef9d8739a4 debuginfo(build-id) = 7fe522da810a4a3f5f231456b936e05f8b7dc81c debuginfo(build-id) = 8675e395763c1292b6a5441ab09397bc9d8b88f9 debuginfo(build-id) = 8b38426d34e8059f2b706872be5c7b509c0d13a3 debuginfo(build-id) = 919fefcb540bd801b2ac7cbd2b1f1affae95a0a0 debuginfo(build-id) = 9bfece6618d7b937130aba6c9a9bc44c576ced20 debuginfo(build-id) = b42fed054ccfc7ceae47a3c5998753dc58e335cc debuginfo(build-id) = b7400aa9d6f495c7a0cb57eb1b263b01be583795 debuginfo(build-id) = bc83059da9695a08cf54d16141e28924f6fda3af debuginfo(build-id) = ccd6ce464939262062321c255d1ee3368f14ec42 debuginfo(build-id) = d96d59568b17d56b25855c946a0b1afc0fdf3b01 debuginfo(build-id) = e07e0205a6547844b9b10403f286569a98c728a9 tomoyo-tools-debuginfo = 2.5.0-10.mga9 tomoyo-tools-debuginfo(aarch-64) = 2.5.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tomoyo-tools-debugsource(aarch-64) = 2.5.0-10.mga9 Processing files: lib64tomoyotools3-debuginfo-2.5.0-10.mga9.aarch64 Provides: debuginfo(build-id) = 0073275a1b9e26fdc8e7b426bb36795bd0c76416 lib64tomoyotools3-debuginfo = 2.5.0-10.mga9 lib64tomoyotools3-debuginfo(aarch-64) = 2.5.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tomoyo-tools-debugsource(aarch-64) = 2.5.0-10.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64tomoyotools3-2.5.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64tomoyotools3-debuginfo-2.5.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tomoyo-tools-2.5.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tomoyo-tools-debugsource-2.5.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tomoyo-tools-debuginfo-2.5.0-10.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jmyMZT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tomoyo-tools + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/tomoyo-tools-2.5.0-10.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7cnWYM + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tomoyo-tools + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!