D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/dma-0.13-3.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ejzna3
+ 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 -f
+ /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 -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FyuX2q
+ 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 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 crypto.o -c crypto.c
crypto.c: In function 'hmac_md5':
crypto.c:238:17: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  238 |                 MD5_Init(&tctx);
      |                 ^~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
crypto.c:239:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  239 |                 MD5_Update(&tctx, key, key_len);
      |                 ^~~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
crypto.c:240:17: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  240 |                 MD5_Final(tk, &tctx);
      |                 ^~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
crypto.c:272:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  272 |         MD5_Init(&context);                   /* init context for 1st
      |         ^~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
crypto.c:274:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  274 |         MD5_Update(&context, k_ipad, 64);     /* start with inner pad */
      |         ^~~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
crypto.c:275:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  275 |         MD5_Update(&context, text, text_len); /* then text of datagram */
      |         ^~~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
crypto.c:276:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  276 |         MD5_Final(digest, &context);          /* finish up 1st pass */
      |         ^~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
crypto.c:280:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  280 |         MD5_Init(&context);                   /* init context for 2nd
      |         ^~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
crypto.c:282:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  282 |         MD5_Update(&context, k_opad, 64);     /* start with outer pad */
      |         ^~~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
crypto.c:283:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  283 |         MD5_Update(&context, digest, 16);     /* then results of 1st
      |         ^~~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
crypto.c:285:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  285 |         MD5_Final(digest, &context);          /* finish up 2nd pass */
      |         ^~~~~~~~~
In file included from crypto.c:37:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *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 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 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 util.o -c util.c
util.c: In function 'setlogident':
util.c:134:50: 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:888,
                 from util.c:46:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 52) into a destination of size 50
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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 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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
net.c:547:73: 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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 22 and 1046 bytes into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 31 or more bytes (assuming 1100) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 34 or more bytes (assuming 1103) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 28 or more bytes (assuming 1097) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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:888,
                 from /usr/include/openssl/crypto.h:31,
                 from /usr/include/openssl/comp.h:22,
                 from /usr/include/openssl/ssl.h:28,
                 from net.c:47:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1102) into a destination of size 1024
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __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 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.j3voi5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64
+ cd dma-0.13
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64 'INSTALL=/usr/bin/install -p' LIBEXEC=/usr/lib64 PREFIX=/usr
/usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/sbin
/usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/man/man8 /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/lib64
/usr/bin/install -p dma /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/sbin
/usr/bin/install -p dma-mbox-create /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/lib64
/usr/bin/install -p dma.8 /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/man/man8/
/usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/var/spool/dma
+ /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64//etc/dma
+ cp auth.conf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64//etc/dma/auth.conf
+ cp dma.conf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64//etc/dma/dma.conf
+ cp /home/iurt/rpmbuild/SOURCES/dma-aliases /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64//etc/dma/aliases
+ /usr/bin/install -m644 /home/iurt/rpmbuild/SOURCES/README.install.urpmi README.install.urpmi
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.13-3.mga9 --unique-debug-suffix -0.13-3.mga9.aarch64 --unique-debug-src-base dma-0.13-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dma-0.13

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/sbin/dma
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/lib64/dma-mbox-create
dwz: ./usr/lib64/dma-mbox-create-0.13-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/sbin/dma-0.13-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 252kB, size after compression: 252kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match.
392 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
Processing files: dma-0.13-3.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.r6KSsF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd dma-0.13
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.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-3.mga9.aarch64/usr/share/doc/dma
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/doc/dma
+ cp -pr README.markdown /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/doc/dma
+ cp -pr VERSION /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/doc/dma
+ cp -pr README.install.urpmi /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64/usr/share/doc/dma
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(dma) = 0.13-3.mga9 dma = 0.13-3.mga9 dma(aarch-64) = 0.13-3.mga9 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) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit)
Processing files: dma-debugsource-0.13-3.mga9.aarch64
Provides: dma-debugsource = 0.13-3.mga9 dma-debugsource(aarch-64) = 0.13-3.mga9
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-3.mga9.aarch64
Provides: debuginfo(build-id) = b084b66360b750e8164e1988a00ebe8780ab7860 debuginfo(build-id) = ec0db034ada653cb34dc31f38db873502e634c63 dma-debuginfo = 0.13-3.mga9 dma-debuginfo(aarch-64) = 0.13-3.mga9
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-3.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-0.13-3.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-debuginfo-0.13-3.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dma-debugsource-0.13-3.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5Pj1xI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd dma-0.13
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dma-0.13-3.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UehWrE
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf dma-0.13
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!