D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/megatools-1.10.3-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oFgFOq + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf megatools-1.10.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/megatools-1.10.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd megatools-1.10.3 + /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.bEGNgR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + 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 + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-silent-rules checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for aarch64-mageia-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for aarch64-mageia-linux-gnu-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for aarch64-mageia-linux-gnu-pkg-config... /usr/bin/aarch64-mageia-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for OPENSSL... yes checking for LIBCURL... yes checking for a2x... /usr/bin/a2x checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands Configured features: docs build: yes warnings: no Run make now. NOTE: On FreeBSD, you need to use GNU make (gmake) + /usr/bin/make -O -j8 V=1 VERBOSE=1 lib/mega.c: In function 'make_random_key': lib/mega.c:852:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 852 | return g_memdup(k, 16); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'make_password_key': lib/mega.c:881:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 881 | return g_memdup(pkey, 16); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'add_share_key': lib/mega.c:1824:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 1824 | g_hash_table_insert(s->share_keys, g_strdup(handle), g_memdup(key, 16)); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'mega_session_new_node_attribute': lib/mega.c:2929:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 2929 | gc_free guchar *plain = g_memdup(data, len); | ^~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w0xFw8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 + cd megatools-1.10.3 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 'INSTALL=/usr/bin/install -p' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin' /usr/bin/install -p megadf megadl megaget megals megamkdir megaput megareg megarm megacopy '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools' /usr/bin/install -p -m 644 LICENSE NEWS TODO README INSTALL HACKING '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man1' /usr/bin/install -p -m 644 docs/megadf.1 docs/megadl.1 docs/megaget.1 docs/megals.1 docs/megamkdir.1 docs/megaput.1 docs/megareg.1 docs/megarm.1 docs/megacopy.1 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man1' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man5' /usr/bin/install -p -m 644 docs/megarc.5 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man5' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man7' /usr/bin/install -p -m 644 docs/megatools.7 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/man/man7' + install -D -m644 -p contrib/bash-completion/megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megatools + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megacopy + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megacopy + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megadf + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megadf + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megadl + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megadl + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megaget + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megaget + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megals + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megals + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megamkdir + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megamkdir + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megaput + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megaput + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megareg + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megareg + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megarm + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/bash-completion/completions/megarm + rm -fr /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.10.3-1.mga9 --unique-debug-suffix -1.10.3-1.mga9.aarch64 --unique-debug-src-base megatools-1.10.3-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/megatools-1.10.3 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megadf extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megacopy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megaget extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megadl extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megamkdir extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megaput extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megals extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megareg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/bin/megarm dwz: ./usr/bin/megacopy-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megadf-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megadl-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megaget-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megals-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megamkdir-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megaput-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megareg-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megarm-1.10.3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 4256kB, size after compression: 4256kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 9 CRC32s did match. cpio: sjson.c: Cannot stat: No such file or directory cpio: sjson.gen.c: Cannot stat: No such file or directory 643 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JNMwAP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + '[' 1 -eq 1 ']' + make check + RPM_EC=0 ++ jobs -p + exit 0 Processing files: megatools-1.10.3-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xmTFKr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + cp -pr HACKING /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + cp -pr README /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/doc/megatools + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ir0Q7I + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/licenses/megatools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/licenses/megatools + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64/usr/share/licenses/megatools + RPM_EC=0 ++ jobs -p + exit 0 Provides: megatools = 1.10.3-1.mga9 megatools(aarch-64) = 1.10.3-1.mga9 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) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcurl.so.4()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) Processing files: megatools-debugsource-1.10.3-1.mga9.aarch64 Provides: megatools-debugsource = 1.10.3-1.mga9 megatools-debugsource(aarch-64) = 1.10.3-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: megatools-debuginfo-1.10.3-1.mga9.aarch64 Provides: debuginfo(build-id) = 131b2301adae6c45d2ea80a265ad5b3356cee6dc debuginfo(build-id) = 3d246dcd4c5f31e86513be521010cdab4ff1e1e2 debuginfo(build-id) = 434220eda9f90344db9f46b1256dea84e2b71e00 debuginfo(build-id) = 43c5325aa51f51dcb2555cec13e751631e3cca64 debuginfo(build-id) = 512a68ca5b6a7519d67feb60a76e26d5deebcfcf debuginfo(build-id) = 679a38f879390348ed6ccf07e62ddd9e101c0da7 debuginfo(build-id) = 886756705dbaaa5a77f146c33788105ec40c5471 debuginfo(build-id) = c4198dce41c724465da0bfaa310c957e30b6ad14 debuginfo(build-id) = d32b6133464124dffff4bc8664d3b539edbc29e4 megatools-debuginfo = 1.10.3-1.mga9 megatools-debuginfo(aarch-64) = 1.10.3-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: megatools-debugsource(aarch-64) = 1.10.3-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-debugsource-1.10.3-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-1.10.3-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-debuginfo-1.10.3-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.upGiQo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PxJ2d3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf megatools-1.10.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!