D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/unpackssi-20030612-10.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tZ6QAL
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aiI9Lz
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ rm -rf unpackssi-20030612
+ /usr/bin/mkdir -p unpackssi-20030612
+ cd unpackssi-20030612
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/unpackssi.zip
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/unpackssi-20030612-mdv-linuxify.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.8RS25P
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ 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
+ cd unpackssi-20030612
+ '[' 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 -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'
gcc -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 -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   -c -o unpackssi.o unpackssi.c
unpackssi.c: In function 'main':
unpackssi.c:77:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   77 |                 printf("File is SSI Version %d\n", version);
      |                                             ~^     ~~~~~~~
      |                                              |     |
      |                                              int   long int
      |                                             %ld
unpackssi.c:140:56: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  140 |                                 printf("Unpacking %s (%d bytes)...", filenames[i].name, filenames[i].length);
      |                                                       ~^                                ~~~~~~~~~~~~~~~~~~~
      |                                                        |                                            |
      |                                                        int                                          long int
      |                                                       %ld
unpackssi.c:154:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  154 |                                 printf(" %-12s   %d bytes\n", filenames[i].name, filenames[i].length);
      |                                                  ~^                              ~~~~~~~~~~~~~~~~~~~
      |                                                   |                                          |
      |                                                   int                                        long int
      |                                                  %ld
unpackssi.c:161:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  161 |                         printf(" %d files, %d bytes\n", numfiles, j);
      |                                  ~^                     ~~~~~~~~
      |                                   |                     |
      |                                   int                   long int
      |                                  %ld
unpackssi.c:161:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  161 |                         printf(" %d files, %d bytes\n", numfiles, j);
      |                                            ~^                     ~
      |                                             |                     |
      |                                             int                   long int
      |                                            %ld
unpackssi.c:70:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   70 |                 fread(&version, 4, 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:79:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   79 |                 fread(&numfiles, 4, 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:81:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   81 |                 fread(&numchars, 1, 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:83:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   83 |                 fread(title, 32, 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:87:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   87 |                         fread(&numchars, 1, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:89:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   89 |                         fread(runfile, 12, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:94:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |                         fread(&numchars, 1, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:96:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   96 |                         fread(description[i], 70, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:108:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  108 |                         fread(&numchars, 1, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:110:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  110 |                         fread(filenames[i].name, 12, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:113:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  113 |                         fread(&filenames[i].length, 4, 1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:143:41: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  143 |                                         fread(buf, 1024, 1, fp);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~
unpackssi.c:147:41: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  147 |                                         fread(buf, j, 1, fp);
      |                                         ^~~~~~~~~~~~~~~~~~~~
gcc -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 -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 -o unpackssi unpackssi.o
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U9Vz5Z
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ mkdir /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT
+ 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
+ cd unpackssi-20030612
+ '[' 1 -eq 1 ']'
+ install -Dm 0755 unpackssi /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT/usr/bin/unpackssi
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 20030612-10.mga10 --unique-debug-suffix -20030612-10.mga10.x86_64 --unique-debug-src-base unpackssi-20030612-10.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/unpackssi-20030612
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/unpackssi-20030612-10.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/unpackssi-20030612-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: unpackssi-20030612-10.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U5JpwX
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ cd unpackssi-20030612
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT/usr/share/doc/unpackssi
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT/usr/share/doc/unpackssi
+ cp -pr /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/unpackssi-20030612/readme.txt /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT/usr/share/doc/unpackssi
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: unpackssi = 20030612-10.mga10 unpackssi(x86-64) = 20030612-10.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)
Processing files: unpackssi-debugsource-20030612-10.mga10.x86_64
Provides: unpackssi-debugsource = 20030612-10.mga10 unpackssi-debugsource(x86-64) = 20030612-10.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: unpackssi-debuginfo-20030612-10.mga10.x86_64
Provides: debuginfo(build-id) = 6eda0eb8a3c77d1099e54e745ab44a8a8504e397 unpackssi-debuginfo = 20030612-10.mga10 unpackssi-debuginfo(x86-64) = 20030612-10.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: unpackssi-debugsource(x86-64) = 20030612-10.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/unpackssi-debugsource-20030612-10.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/unpackssi-20030612-10.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/unpackssi-debuginfo-20030612-10.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WxRDOF
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ test -d /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/unpackssi-20030612-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!