D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/pxsup2dast-20110712-9.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.91zxDT
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ test -d /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yXxVYj
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ rm -rf pxsup2dast-20110712
+ /usr/bin/mkdir -p pxsup2dast-20110712
+ cd pxsup2dast-20110712
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cp -a /home/pterjan/rpmbuild/SOURCES/pxsup2dast.c .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4bFg46
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ cd pxsup2dast-20110712
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export 'CC=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'
+ CC='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'
+ sh pxsup2dast.c
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 -O2 -Wall -Wstrict-prototypes -pedantic -Wno-long-long -Wcast-align -Wpointer-arith -W -Wwrite-strings -Wcast-qual -Wshadow -o pxsup2dast pxsup2dast.c -DCDATE="Sat Dec 21 06:47:05 UTC 2024" -lz
pxsup2dast.c: In function 'pxsubtitle':
pxsup2dast.c:172:40: warning: declaration of 'exc_s' shadows a previous local [-Wshadow]
  172 | #define exc_try do { struct exc__state exc_s; int exc_type GCCATTR_UNUSED; \
      |                                        ^~~~~
pxsup2dast.c:633:9: note: in expansion of macro 'exc_try'
  633 |         exc_try {
      |         ^~~~~~~
pxsup2dast.c:172:40: note: shadowed declaration is here
  172 | #define exc_try do { struct exc__state exc_s; int exc_type GCCATTR_UNUSED; \
      |                                        ^~~~~
pxsup2dast.c:620:5: note: in expansion of macro 'exc_try'
  620 |     exc_try { while (1) {
      |     ^~~~~~~
pxsup2dast.c:172:51: warning: declaration of 'exc_type' shadows a previous local [-Wshadow]
  172 | #define exc_try do { struct exc__state exc_s; int exc_type GCCATTR_UNUSED; \
      |                                                   ^~~~~~~~
pxsup2dast.c:633:9: note: in expansion of macro 'exc_try'
  633 |         exc_try {
      |         ^~~~~~~
pxsup2dast.c:172:51: note: shadowed declaration is here
  172 | #define exc_try do { struct exc__state exc_s; int exc_type GCCATTR_UNUSED; \
      |                                                   ^~~~~~~~
pxsup2dast.c:620:5: note: in expansion of macro 'exc_try'
  620 |     exc_try { while (1) {
      |     ^~~~~~~
pxsup2dast.c:645:17: warning: variable 'start' set but not used [-Wunused-but-set-variable]
  645 |             int start = 0, end = 0;
      |                 ^~~~~
pxsup2dast.c: In function 'main':
pxsup2dast.c:833:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  833 |             if (delay_ms != 0)
      |             ^~
pxsup2dast.c:834:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  834 |                 argc-= 2; argv+= 2; }
      |                           ^~~~
pxsup2dast.c:817:13: warning: variable 'jc' set but not used [-Wunused-but-set-variable]
  817 |         int jc, i;
      |             ^~
pxsup2dast.c:826:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  826 |         write(1, "\n", 1);
      |         ^~~~~~~~~~~~~~~~~
pxsup2dast.c:866:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  866 |         write(1, "\n", 1);
      |         ^~~~~~~~~~~~~~~~~
pxsup2dast.c:899:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  899 |         write(2, EXC.msgbuf, EXC.buflen); write(2, "\n", 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pxsup2dast.c:899:43: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  899 |         write(2, EXC.msgbuf, EXC.buflen); write(2, "\n", 1);
      |                                           ^~~~~~~~~~~~~~~~~
pxsup2dast.c: In function 'pxsubtitle':
pxsup2dast.c:713:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  713 |                 write(1, sptsstr, strlen(sptsstr)); }
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pxsup2dast.c:728:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  728 |         write(1, sptsstr, strlen(sptsstr));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pxsup2dast.c:610:12: warning: variable 'pt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  610 |     time_t pt = 0, ct;
      |            ^~
pxsup2dast.c:611:10: warning: variable 'last' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  611 |     bool last = false;
      |          ^~~~
pxsup2dast.c:625:14: warning: variable 'pts' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  625 |         eu32 pts = get_uint32_le(xxfread(sfh, data, 8));
      |              ^~~
pxsup2dast.c: In function 'main':
pxsup2dast.c:815:14: warning: argument 'argc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  815 | int main(int argc, char ** argv)  {
      |          ~~~~^~~~
pxsup2dast.c:815:28: warning: argument 'argv' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  815 | int main(int argc, char ** argv)  {
      |                    ~~~~~~~~^~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VJJv8e
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ mkdir /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT
+ cd pxsup2dast-20110712
+ '[' 1 -eq 1 ']'
+ install -d -m755 /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT/usr/bin
+ install -m755 pxsup2dast /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT/usr/bin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 20110712-9.mga10 --unique-debug-suffix -20110712-9.mga10.x86_64 --unique-debug-src-base pxsup2dast-20110712-9.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/pxsup2dast-20110712
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/pxsup2dast-20110712-9.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/pxsup2dast-20110712-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: pxsup2dast-20110712-9.mga10.x86_64
Provides: pxsup2dast = 20110712-9.mga10 pxsup2dast(x86-64) = 20110712-9.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.11)(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) libc.so.6(GLIBC_2.7)(64bit) libz.so.1()(64bit)
Processing files: pxsup2dast-debugsource-20110712-9.mga10.x86_64
Provides: pxsup2dast-debugsource = 20110712-9.mga10 pxsup2dast-debugsource(x86-64) = 20110712-9.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: pxsup2dast-debuginfo-20110712-9.mga10.x86_64
Provides: debuginfo(build-id) = 467a9e60fb9058a2b80578bf5e98a1996171e565 pxsup2dast-debuginfo = 20110712-9.mga10 pxsup2dast-debuginfo(x86-64) = 20110712-9.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: pxsup2dast-debugsource(x86-64) = 20110712-9.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pxsup2dast-debugsource-20110712-9.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pxsup2dast-20110712-9.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pxsup2dast-debuginfo-20110712-9.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qBfo8u
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ test -d /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/pxsup2dast-20110712-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!