D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/dxf2fig-2.13-14.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3bAjKj
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ test -d /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RgrccM
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ rm -rf dxf2fig-2.13
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dxf2fig-2.13.tar.bz2
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd dxf2fig-2.13
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dxf2fig-format-string.patch
+ /usr/bin/patch -p0 -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.V38Gb8
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ cd dxf2fig-2.13
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j16 V=1 VERBOSE=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 -DVERSION=\"$(VERSION)\" -DMODDATE=\"$(MODDATE)\"'
cc -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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\"   -c -o dxffilter.o dxffilter.c
cc -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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\"   -c -o dxf2fig.o dxf2fig.c
dxf2fig.c: In function 'main':
dxf2fig.c:364:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  364 |       printf("\nDXF input name (excl .dxf)         : "); scanf("%250s",dxfname);
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~
dxf2fig.c:365:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  365 |       printf("\nFIG output name (excl .fig)        : "); scanf("%250s",figname);
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~
dxf2fig.c:367:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  367 |       printf("\nViewplane 3D (1=xy,2=xz,3=yz)      : "); scanf("%1d",&viewp);
      |                                                          ^~~~~~~~~~~~~~~~~~~
dxf2fig.c:368:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  368 |       printf("\nPaper size (0=A0, 1=A1, ..., 4=A4) : "); scanf("%1d",&papersize);
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~
cc -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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\"   -c -o dxfread.o dxfread.c
dxfread.c: In function 'closeparser':
dxfread.c:68:6: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   68 |      system("rm -fv " TMPDIR"/bl#*");
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dxfread.c:70:6: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   70 |      system("rm -f  " TMPDIR"/bl#*");
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dxfread.c: In function 'readpair':
dxfread.c:124:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  124 |    fgets(p->regel,STRSIZE - 1,source);  /* string can be empty ! */
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dxfread.c:126:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  126 |    fgets(p->regel,STRSIZE - 1,source);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dxfread.c: In function 'getnewextends':
dxfread.c:303:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  303 |    fgets(buffer,sizeof(buffer),stdin);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dxfread.c:306:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  306 |    fgets(buffer,sizeof(buffer),stdin);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:548,
                 from dxfread.c:21:
In function 'strncat',
    inlined from 'parsemtext' at dxfread.c:421:7:
/usr/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 512 equals destination size [-Wstringop-overflow=]
  149 |   return __builtin___strncat_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" dxfread.o dxffilter.o dxf2fig.o -o dxf2fig -lm -L/home/pterjan/Lib/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RPY0FD
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ mkdir /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT
+ cd dxf2fig-2.13
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/bin
+ cp dxf2fig /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/bin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.13-14.mga10 --unique-debug-suffix -2.13-14.mga10.x86_64 --unique-debug-src-base dxf2fig-2.13-14.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13
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/dxf2fig-2.13-14.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
*** WARNING: ./usr/src/debug/dxf2fig-2.13-14.mga10.x86_64/dxf2fig.c is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/dxf2fig-2.13-14.mga10.x86_64/dxfread.c is executable but has no shebang, removing executable bit
+ 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/dxf2fig-2.13-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: dxf2fig-2.13-14.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hwjpL5
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ cd dxf2fig-2.13
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig
+ cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/README /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig
+ cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/TODO /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig
+ cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/Changelog /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: dxf2fig = 2.13-14.mga10 dxf2fig(x86-64) = 2.13-14.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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit)
Processing files: dxf2fig-debugsource-2.13-14.mga10.x86_64
Provides: dxf2fig-debugsource = 2.13-14.mga10 dxf2fig-debugsource(x86-64) = 2.13-14.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: dxf2fig-debuginfo-2.13-14.mga10.x86_64
Provides: debuginfo(build-id) = 6235bb60a9f0e6304a9cb22b8a82f28d419f3632 dxf2fig-debuginfo = 2.13-14.mga10 dxf2fig-debuginfo(x86-64) = 2.13-14.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: dxf2fig-debugsource(x86-64) = 2.13-14.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-2.13-14.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-debuginfo-2.13-14.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-debugsource-2.13-14.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iyOKTL
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ test -d /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!