D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/dhex-0.69-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZOPHmp
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf dhex_0.69
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/dhex_0.69.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd dhex_0.69
+ /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.Zy3XuP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd dhex_0.69
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIONS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
gcc gpl.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc machine_type.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc buffers.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc configfile.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc correlation.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
correlation.c: In function 'find_longestmatch':
correlation.c:30:60: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=]
   30 |                 if (smallwin) mvwprintw(smallwin,4,1,"%18lli",0);
      |                                                       ~~~~~^  ~
      |                                                            |  |
      |                                                            |  int
      |                                                            long long int
      |                                                       %18i
correlation.c: In function 'find_bestmatch':
correlation.c:118:60: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'int' [-Wformat=]
  118 |                 if (smallwin) mvwprintw(smallwin,4,1,"%18lli",0);
      |                                                       ~~~~~^  ~
      |                                                            |  |
      |                                                            |  int
      |                                                            long long int
      |                                                       %18i
gcc hexcalc.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
hexcalc.c: In function 'hexcalc':
hexcalc.c:85:95: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=]
   85 |                                 if (x || !j)    mvwprintw(output->win,offsy+18-i,offsx+76-j,"%i",(x&1));
      |                                                                                              ~^  ~~~~~
      |                                                                                               |    |
      |                                                                                               int  tUInt64 {aka long long unsigned int}
      |                                                                                              %lli
hexcalc.c:99:85: warning: format '%i' expects argument of type 'int', but argument 5 has type 'tUInt64' {aka 'long long unsigned int'} [-Wformat=]
   99 |                         if (x || !j)    mvwprintw(output->win,offsy+19,offsx+76-j,"%i",(x&1));
      |                                                                                    ~^  ~~~~~
      |                                                                                     |    |
      |                                                                                     int  tUInt64 {aka long long unsigned int}
      |                                                                                    %lli
gcc menu.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc search.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc markers.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
markers.c: In function 'gotomask':
markers.c:172:72: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'int' [-Wformat=]
  172 |                         mvwprintw(output->win,offsy+5+i,offsx+42,"%16llx",abs(markers->cursorpos[i]-actcursorpos));
      |                                                                   ~~~~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                        |  |
      |                                                                        |  int
      |                                                                        long long unsigned int
      |                                                                   %16x
gcc input.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc ui.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc output.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
output.c: In function 'printbuffersingle':
output.c:126:82: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  126 |                         if (addrwidth==8)       mvwprintw(output->win,i+1,0, "% 8X    ",(tUInt32)(firstpos1+hBuf1->baseaddr));
      |                                                                                  ^
output.c:127:84: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  127 |                         else                    mvwprintw(output->win,i+1,0,"% 16llX    ",firstpos1+hBuf1->baseaddr);
      |                                                                                    ^
output.c: In function 'printbufferdiff':
output.c:239:46: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
  239 |                 mvwprintw(output->win,0,2,"%8X",(tUInt32)cursorpos1+hBuf1->baseaddr);
      |                                            ~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |                     |
      |                                              unsigned int          tInt64 {aka long long int}
      |                                            %8llX
output.c:240:47: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
  240 |                 mvwprintw(output->win,0,11,"%8X",(tUInt32)hBuf1->bufsize+hBuf1->baseaddr);
      |                                             ~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |                         |
      |                                               unsigned int              tInt64 {aka long long int}
      |                                             %8llX
output.c:241:52: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
  241 |                 mvwprintw(output->win,LINES/2,2,"%8X",(tUInt32)cursorpos2+hBuf2->baseaddr);
      |                                                  ~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                    |                     |
      |                                                    unsigned int          tInt64 {aka long long int}
      |                                                  %8llX
output.c:242:53: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'tInt64' {aka 'long long int'} [-Wformat=]
  242 |                 mvwprintw(output->win,LINES/2,11,"%8X",(tUInt32)hBuf2->bufsize+hBuf2->baseaddr);
      |                                                   ~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                     |                         |
      |                                                     unsigned int              tInt64 {aka long long int}
      |                                                   %8llX
output.c:269:82: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  269 |                         if (addrwidth==8)       mvwprintw(output->win,i+1,0, "% 8X    ",(tUInt32)(cursorpos1+hBuf1->baseaddr));
      |                                                                                  ^
output.c:270:84: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  270 |                         else                    mvwprintw(output->win,i+1,0,"% 16llX    ",cursorpos1+hBuf1->baseaddr);
      |                                                                                    ^
output.c:341:90: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  341 |                         if (addrwidth==8)       mvwprintw(output->win,i+1+LINES/2,0, "% 8X    ",(tUInt32)(cursorpos2+hBuf2->baseaddr));
      |                                                                                          ^
output.c:342:92: warning: ' ' flag used with '%X' gnu_printf format [-Wformat=]
  342 |                         else                    mvwprintw(output->win,i+1+LINES/2,0,"% 16llX    ",cursorpos2+hBuf2->baseaddr);
      |                                                                                            ^
gcc main.c -c -I. -I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses -O3 -Wall  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
gcc -L/usr/lib	-L/usr/local/lib  	-L/usr/lib/ncurses	-L/usr/local/lib/ncurses -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TtcX0V
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64
+ cd dhex_0.69
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/bin
+ /usr/bin/install dhex /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/bin
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.69-2.mga9 --unique-debug-suffix -0.69-2.mga9.aarch64 --unique-debug-src-base dhex-0.69-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dhex_0.69

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/bin/dhex
dwz: ./usr/bin/dhex-0.69-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 188kB, size after compression: 188kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
289 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: dhex-0.69-2.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.e06S1S
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd dhex_0.69
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/share/doc/dhex
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/share/doc/dhex
+ cp -pr README.txt /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64/usr/share/doc/dhex
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: dhex = 0.69-2.mga9 dhex(aarch-64) = 0.69-2.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) libc.so.6(GLIBC_2.34)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit)
Processing files: dhex-debugsource-0.69-2.mga9.aarch64
Provides: dhex-debugsource = 0.69-2.mga9 dhex-debugsource(aarch-64) = 0.69-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: dhex-debuginfo-0.69-2.mga9.aarch64
Provides: debuginfo(build-id) = 04560dac1569fd9311d55d86ae0bb1ffdfa7f3f2 dhex-debuginfo = 0.69-2.mga9 dhex-debuginfo(aarch-64) = 0.69-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: dhex-debugsource(aarch-64) = 0.69-2.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dhex-0.69-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dhex-debuginfo-0.69-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dhex-debugsource-0.69-2.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ScfzIE
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd dhex_0.69
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dhex-0.69-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MryoFT
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf dhex_0.69
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!