D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/extundelete-0.2.4-8.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OglMUQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf extundelete-0.2.4
+ /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/extundelete-0.2.4.tar.bz2
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd extundelete-0.2.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/02_fix_ftbfs.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.H0r4bW
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd extundelete-0.2.4
+ '[' 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
Configuring extundelete 0.2.4
Writing generated files to disk
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
/usr/bin/make -s all-recursive
Making all in src
cli.cc: In function 'errcode_t examine_fs(ext2_filsys)':
cli.cc:337:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  337 |                                 if(strlen(name) > 0)
      |                                 ^~
cli.cc:339:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  339 |                                         if(errcode)  com_err(Config::progname.c_str(), errcode, "while restoring file %s.", name);
      |                                         ^~
extundelete.cc: In function 'int extundelete_test_inode_bitmap(ext2_filsys, ext2_ino_t)':
extundelete.cc:196:12: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
  196 |         if(! EXT2_SB(fs->super)->s_feature_incompat & EXT4_FEATURE_INCOMPAT_64BIT) {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extundelete.cc: In function 'ext2_ino_t find_inode(ext2_filsys, ext2_filsys, ext2_inode*, std::string, int)':
extundelete.cc:1271:35: warning: narrowing conversion of 'search_flags' from 'int' to 'ext2_ino_t' {aka 'unsigned int'} [-Wnarrowing]
 1271 |         struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED,
      |                                   ^~~~~~~~~~~~
extundelete.cc: In function 'errcode_t restore_file(ext2_filsys, ext2_filsys, const string&)':
extundelete.cc:1522:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 1522 |                 if (LINUX_S_ISDIR(inode->i_mode) && inode->i_blocks > 0)
      |                 ^~
extundelete.cc:1524:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
 1524 |                         print_directory_inode(fs, inode, ino);
      |                         ^~~~~~~~~~~~~~~~~~~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KfZ9wt
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64
+ cd extundelete-0.2.4
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64 'INSTALL=/usr/bin/install -p'
Making install in src
  /usr/bin/install -p extundelete '/home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/bin'
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.2.4-8.mga9 --unique-debug-suffix -0.2.4-8.mga9.aarch64 --unique-debug-src-base extundelete-0.2.4-8.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/extundelete-0.2.4

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/bin/extundelete
dwz: ./usr/bin/extundelete-0.2.4-8.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 1416kB, size after compression: 1416kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
309 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: extundelete-0.2.4-8.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.av70hT
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd extundelete-0.2.4
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/share/doc/extundelete
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/share/doc/extundelete
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/share/doc/extundelete
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64/usr/share/doc/extundelete
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: extundelete = 0.2.4-8.mga9 extundelete(aarch-64) = 0.2.4-8.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.33)(64bit) libcom_err.so.2()(64bit) libext2fs.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
Processing files: extundelete-debugsource-0.2.4-8.mga9.aarch64
Provides: extundelete-debugsource = 0.2.4-8.mga9 extundelete-debugsource(aarch-64) = 0.2.4-8.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: extundelete-debuginfo-0.2.4-8.mga9.aarch64
Provides: debuginfo(build-id) = 27f0d720dd60fe069985a94989de894d78f19b57 extundelete-debuginfo = 0.2.4-8.mga9 extundelete-debuginfo(aarch-64) = 0.2.4-8.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: extundelete-debugsource(aarch-64) = 0.2.4-8.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/extundelete-0.2.4-8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/extundelete-debugsource-0.2.4-8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/extundelete-debuginfo-0.2.4-8.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XbjeRj
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd extundelete-0.2.4
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/extundelete-0.2.4-8.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BiboEu
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf extundelete-0.2.4
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!