D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: %make is deprecated, use %make_build instead
Installing /home/iurt/rpmbuild/SRPMS/sshutout-1.0.6-11.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PiW0CQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sshutout-1.0.6
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sshutout-1.0.6.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd sshutout-1.0.6
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/sshutout-1.0.4-mga_conf.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.N1lDCu
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sshutout-1.0.6
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 'COMPILE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' LD_OPT=
gcc  -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o sshutout.o sshutout.c
sshutout.c: In function 'main':
sshutout.c:1720:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1720 |                     write(p, buf, strlen(buf));
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
sshutout.c:1730:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1730 |                 write(p, buf, strlen(buf));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
sshutout.c:1747:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1747 |         chdir("/");
      |         ^~~~~~~~~~
sshutout.c: In function 'load_config':
sshutout.c:1310:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1310 |                                 write(pf, buf, strlen(buf));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
sshutout.c: In function 'unblockip':
sshutout.c:707:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  707 |         system(cmd);
      |         ^~~~~~~~~~~
sshutout.c: In function 'dflt_route':
sshutout.c:448:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  448 |                 fgets(buf, INBUFSIZE, h);       /* Skip column header record */
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
sshutout.c: In function 'blockip':
sshutout.c:694:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  694 |         system(cmd);
      |         ^~~~~~~~~~~
sshutout.c: In function 'create_exclusion_list':
sshutout.c:635:17: warning: 'pclose' called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc]
  635 |                 pclose(p);
      |                 ^~~~~~~~~
sshutout.c:611:19: note: returned from 'fopen'
  611 |         if (!(p = fopen("/etc/resolv.conf", "r"))) {
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from sshutout.c:74:
In function 'strncpy',
    inlined from 'load_config.constprop' at sshutout.c:1313:26:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'load_config.constprop' at sshutout.c:1264:26:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'load_config.constprop' at sshutout.c:1281:18:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at sshutout.c:1663:27:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at sshutout.c:1668:24:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at sshutout.c:1544:5:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o sshutout sshutout.o
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4M0rUK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64
+ cd sshutout-1.0.6
+ '[' 1 -eq 1 ']'
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/sbin
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/etc/sysconfig
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/etc/logrotate.d
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/man/man8
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/var/log
+ /usr/bin/install -p -m 0755 sshutout /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/sbin/
+ /usr/bin/install -p -m 0644 sshutout.conf /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/etc/
+ /usr/bin/install -p -m 0644 sshutout.8 /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/man/man8/
+ /usr/bin/install -D -p -m 0644 /home/iurt/rpmbuild/SOURCES/sshutout.service /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/lib/systemd/system/sshutout.service
+ /usr/bin/install -p -m 0644 /home/iurt/rpmbuild/SOURCES/sshutout.sysconfig /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/etc/sysconfig/sshutout
+ /usr/bin/install -p -m 0644 /home/iurt/rpmbuild/SOURCES/sshutout.logrotate /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/etc/logrotate.d/sshutout
+ /bin/touch /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/var/log/sshutout.log
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.0.6-11.mga9 --unique-debug-suffix -1.0.6-11.mga9.aarch64 --unique-debug-src-base sshutout-1.0.6-11.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sshutout-1.0.6

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/sbin/sshutout
dwz: ./usr/sbin/sshutout-1.0.6-11.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 80kB, size after compression: 80kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
134 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: sshutout-1.0.6-11.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.32g61W
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sshutout-1.0.6
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/doc/sshutout
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/doc/sshutout
+ cp -pr License /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/doc/sshutout
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/doc/sshutout
+ cp -pr sshutout.html /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64/usr/share/doc/sshutout
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(sshutout) = 1.0.6-11.mga9 sshutout = 1.0.6-11.mga9 sshutout(aarch-64) = 1.0.6-11.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 rpm-helper
Requires(preun): /bin/sh rpm-helper
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)
Processing files: sshutout-debugsource-1.0.6-11.mga9.aarch64
Provides: sshutout-debugsource = 1.0.6-11.mga9 sshutout-debugsource(aarch-64) = 1.0.6-11.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: sshutout-debuginfo-1.0.6-11.mga9.aarch64
Provides: debuginfo(build-id) = 9613bf504f696273f372f074946dc2756e2092f7 sshutout-debuginfo = 1.0.6-11.mga9 sshutout-debuginfo(aarch-64) = 1.0.6-11.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: sshutout-debugsource(aarch-64) = 1.0.6-11.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshutout-debugsource-1.0.6-11.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshutout-1.0.6-11.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshutout-debuginfo-1.0.6-11.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kOGCja
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sshutout-1.0.6
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/sshutout-1.0.6-11.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.u8tIjd
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sshutout-1.0.6
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!