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.peHVAO + 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.ZL5zhF + 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 + 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:866, 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.BqIR1Z + 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/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/audit-exec-param 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/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/tomoyo-editpolicy-agent 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/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-domainmatch 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-findtemp 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-notifyd 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: 1116kB, size after compression: 1116kB /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.iQCdxJ + 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) 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) = 01b3e4550cdd8e3deddb6daa6e25179fc6d5ae5e debuginfo(build-id) = 04e4fe9bdab80d4833aa217a894ae814a1d0a2d3 debuginfo(build-id) = 169528683c7bc2d09cd7c5d4ceae58f93d70788b debuginfo(build-id) = 17a37e3932c14a3883b48d490c28fbc47b8e4e72 debuginfo(build-id) = 2b7fc078700e4004ea0c463d444edf31991bc391 debuginfo(build-id) = 2df36cfc0491d9492888085ba8c862440a7cdee8 debuginfo(build-id) = 35d7374e4ce5494ab8bd296170213f03f899c7c6 debuginfo(build-id) = 42bfb9dcfa402ddd5ed8a59a48279ce6ee38f5d0 debuginfo(build-id) = 6009afd831db8c88177ecc68d3cf0be9da440293 debuginfo(build-id) = 619e8f7c05802c71cb552494af4489b2f782ba67 debuginfo(build-id) = 64302c779dae6d9b0cef1ff90b51e4917b037782 debuginfo(build-id) = 68cdbce110eefb4bb71402b3bdbaaa5efef4aab3 debuginfo(build-id) = 6cfc09ae9d0247a41a6df95cc854564f45e0c89e debuginfo(build-id) = 8880ee2e9bd02ab97257776d8a37fc5f01203431 debuginfo(build-id) = 97561e11350818b7999ee3d2d49242906c2ba6c1 debuginfo(build-id) = 9b00a3eacc347a76b693d854c81470a6391ebf5a debuginfo(build-id) = 9fefb3dcc32ae1e91bfa08a6da698d2c86475677 debuginfo(build-id) = a5316de38a7b3c8c009fe6516d30ad2be6504759 debuginfo(build-id) = be66758b171f5b112f3fe2d0865d8a53d0b7d2b5 debuginfo(build-id) = d6c6cfaf7f09091383707c407414cb52e2878904 debuginfo(build-id) = dd4e388e8044c0d0d9e827b177ae8a06d69c8280 debuginfo(build-id) = fa86ca8e01af5fe2c0c6532941afe9bf2a1491f4 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) = 36917d3a2a78a7123750ebc5492ab39cbb761242 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.iD5GDQ + 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.DHO78o + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tomoyo-tools + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!