D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/regionset-0.2-5.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mNiKeJ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.e0QJww
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ rm -rf regionset-0.2
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/regionset-0.2.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd regionset-0.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/regionset-0.2-flags.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/pterjan/rpmbuild/tmp/rpm-tmp.NjFYXc
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ cd regionset-0.2
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ /usr/bin/make -O -j16 V=1 VERBOSE=1
gcc -Wall -o regionset -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full regionset.c dvd_udf.c -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
regionset.c: In function 'main':
regionset.c:77:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 |     fgets(ch,3,stdin);
      |     ^~~~~~~~~~~~~~~~~
regionset.c:80:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   80 |       fgets(ch,3,stdin);
      |       ^~~~~~~~~~~~~~~~~
regionset.c:93:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |       fgets(ch,3,stdin);
      |       ^~~~~~~~~~~~~~~~~
dvd_udf.c: In function 'udf_update_segments':
dvd_udf.c:156:35: warning: '%03d' directive writing between 3 and 11 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
  156 |                 sprintf(file, "%s.%03d", Filename, disc.segments);
      |                                   ^~~~
In file included from /usr/include/stdio.h:970,
                 from dvd_udf.c:31:
In function 'sprintf',
    inlined from 'udf_update_segments' at dvd_udf.c:156:3:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 5 and 4108 bytes into a destination of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
dvd_udf.c: In function 'UDFReadLB':
dvd_udf.c:198:59: warning: '%03d' directive writing between 3 and 10 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
  198 |                                         sprintf(file, "%s.%03d", Filename, segment);
      |                                                           ^~~~
dvd_udf.c:198:55: note: directive argument in the range [0, 2147483646]
  198 |                                         sprintf(file, "%s.%03d", Filename, segment);
      |                                                       ^~~~~~~~~
In function 'sprintf',
    inlined from 'UDFReadLB' at dvd_udf.c:198:6:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 5 and 4107 bytes into a destination of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dmcA0d
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ mkdir /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT
+ cd regionset-0.2
+ '[' 1 -eq 1 ']'
+ install -d -m755 /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT/usr/sbin
+ install -p -m755 regionset /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT/usr/sbin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.2-5.mga10 --unique-debug-suffix -0.2-5.mga10.x86_64 --unique-debug-src-base regionset-0.2-5.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/regionset-0.2
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/regionset-0.2-5.mga10.x86_64
find-debuginfo: done
+ /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/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: regionset-0.2-5.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bJmuEw
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ cd regionset-0.2
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT/usr/share/doc/regionset
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT/usr/share/doc/regionset
+ cp -pr /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/regionset-0.2/README /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT/usr/share/doc/regionset
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: regionset = 0.2-5.mga10 regionset(x86-64) = 0.2-5.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit)
Processing files: regionset-debugsource-0.2-5.mga10.x86_64
Provides: regionset-debugsource = 0.2-5.mga10 regionset-debugsource(x86-64) = 0.2-5.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: regionset-debuginfo-0.2-5.mga10.x86_64
Provides: debuginfo(build-id) = c24fae18a09bf48b795f4fb809bb2aaff6525d6f regionset-debuginfo = 0.2-5.mga10 regionset-debuginfo(x86-64) = 0.2-5.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: regionset-debugsource(x86-64) = 0.2-5.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/regionset-0.2-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/regionset-debugsource-0.2-5.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/regionset-0.2-5.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/regionset-debuginfo-0.2-5.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ns1ClF
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/regionset-0.2-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!