D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/dma-0.13-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wCEUnD + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf dma-0.13 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/dma-0.13.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dma-0.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/dma-0.2-mga-fix-build-in-rpm-env.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/dma-0.2-mga-locate-aliases-in-dma-etc-subdir.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.cIbHxC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dma-0.13 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='\''"0.13"'\'' -DLIBEXEC_PATH='\''"/usr/lib64"'\'' -DCONF_PATH='\''"/etc/dma"'\''' LIBEXEC=/usr/lib64 PREFIX=/usr lex -t aliases_scan.l > aliases_scan.c yacc -d -o aliases_parse.c aliases_parse.y cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o base64.o -c base64.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o local.o -c local.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o conf.o -c conf.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dns.o -c dns.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o mail.o -c mail.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o crypto.o -c crypto.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dfcompat.o -c dfcompat.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dma.o -c dma.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o net.o -c net.c net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:547:52: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1010 [-Wformat-truncation=] 547 | snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host); | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 22 and 1046 bytes into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 34 or more bytes (assuming 1103) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 28 or more bytes (assuming 1097) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:58: note: in definition of macro 'READ_REMOTE_CHECK' 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/openssl/crypto.h:20, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:17, from net.c:47: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1102) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o spool.o -c spool.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o aliases_parse.o -c aliases_parse.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o util.o -c util.c util.c: In function 'setlogident': util.c:134:36: warning: ']' directive output may be truncated writing 1 byte into a region of size between 0 and 49 [-Wformat-truncation=] 134 | snprintf(tag, sizeof(tag), "%s[%s]", logident_base, sufx); | ^ In file included from /usr/include/stdio.h:866, from util.c:46: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 52) into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' dma-mbox-create.c -o dma-mbox-create cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o aliases_scan.o -c aliases_scan.c cc -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o -lssl -lcrypto -lresolv + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5KlK5A + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 + cd dma-0.13 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 'INSTALL=/usr/bin/install -p' LIBEXEC=/usr/lib64 PREFIX=/usr /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/sbin /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/man/man8 /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/lib64 /usr/bin/install -p dma /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/sbin /usr/bin/install -p dma-mbox-create /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/lib64 /usr/bin/install -p dma.8 /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/man/man8/ /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/var/spool/dma + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64//etc/dma + /usr/bin/cp auth.conf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64//etc/dma/auth.conf + /usr/bin/cp dma.conf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64//etc/dma/dma.conf + /usr/bin/cp /home/iurt/rpmbuild/SOURCES/dma-aliases /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64//etc/dma/aliases + /usr/bin/install -m644 /home/iurt/rpmbuild/SOURCES/README.install.urpmi README.install.urpmi + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.13-2.mga8 --unique-debug-suffix -0.13-2.mga8.aarch64 --unique-debug-src-base dma-0.13-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dma-0.13 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/lib64/dma-mbox-create explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/sbin/dma extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/sbin/dma extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/lib64/dma-mbox-create original debug info size: 316kB, size after compression: 288kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 301 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: dma-0.13-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4TGPYB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dma-0.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + cp -pr README.markdown /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + cp -pr VERSION /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + cp -pr README.install.urpmi /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64/usr/share/doc/dma + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dma) = 0.13-2.mga8 dma = 0.13-2.mga8 dma(aarch-64) = 0.13-2.mga8 sendmail-command 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(postun): /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) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) Processing files: dma-debugsource-0.13-2.mga8.aarch64 Provides: dma-debugsource = 0.13-2.mga8 dma-debugsource(aarch-64) = 0.13-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dma-debuginfo-0.13-2.mga8.aarch64 Provides: debuginfo(build-id) = 803b638aa13351c84ea89e6585f2e0dc120e9dca debuginfo(build-id) = 97b616b009290af6ca65fa468342a6316cc8c9ed dma-debuginfo = 0.13-2.mga8 dma-debuginfo(aarch-64) = 0.13-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dma-debugsource(aarch-64) = 0.13-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-0.13-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-debugsource-0.13-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-debuginfo-0.13-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.a9LQ7D + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dma-0.13 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GLgzSE + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf dma-0.13 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!