D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/wmgrabimage-0.72-12.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Hg8yDh
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf wmGrabImage-0.72
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72.tgz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd wmGrabImage-0.72
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72-convert.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmGrabImage-0.72-ctime.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wmgrabimage-0.72-cflags.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.q36Du1
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wmGrabImage-0.72
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd wmGrabImage
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -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 -fcommon -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 -fcommon -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 -fcommon -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
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 clean
for i in wmGrabImage.o ../wmgeneral/wmgeneral.o ; do \
	rm -f $i; \
done
rm -f wmGrabImage
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall -DLinux -c ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o -I/usr/X11R6/include/X11
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall -DLinux -c wmGrabImage.c -o wmGrabImage.o -I/usr/X11R6/include/X11
wmGrabImage.c: In function 'main':
wmGrabImage.c:332:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  332 |               if (Attributes.nalloc_pixels > 0)
      |               ^~
wmGrabImage.c:341:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  341 |                 if ( NewShapeMask != 0 )
      |                 ^~
wmGrabImage.c:162:37: warning: variable 'CurrentJD' set but not used [-Wunused-but-set-variable]
  162 | double          UT, hour24(), jd(), CurrentJD, OldFileUT, FileUT;
      |                                     ^~~~~~~~~
wmGrabImage.c:157:20: warning: variable 's' set but not used [-Wunused-but-set-variable]
  157 | int             n, s, m, dt1, dt2, dt3, len;
      |                    ^
wmGrabImage.c:157:17: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  157 | int             n, s, m, dt1, dt2, dt3, len;
      |                 ^
wmGrabImage.c:432:13: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  432 |             system(command);
      |             ^~~~~~~~~~~~~~~
wmGrabImage.c: In function 'pressEvent':
wmGrabImage.c:608:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  608 |         system(Command);
      |         ^~~~~~~~~~~~~~~
wmGrabImage.c:619:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  619 |         system(Command);
      |         ^~~~~~~~~~~~~~~
wmGrabImage.c:607:30: warning: '%s' directive writing up to 1023 bytes into a region of size 509 [-Wformat-overflow=]
  607 |         sprintf(Command, "xv %s &", ImageFileName);
      |                              ^~     ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from wmGrabImage.c:98:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 1029 bytes into a destination of size 512
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
wmGrabImage.c:618:53: warning: '%s' directive writing up to 1023 bytes into a region of size 486 [-Wformat-overflow=]
  618 |         sprintf(Command, "netscape -remote 'openURL(%s)' || netscape '%s' &", HttpURL, HttpURL);
      |                                                     ^~                        ~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from wmGrabImage.c:98:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 46 and 2092 bytes into a destination of size 512
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -Wall  -o wmGrabImage wmGrabImage.o ../wmgeneral/wmgeneral.o -I/usr/X11R6/include/X11  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/X11R6/lib -lXpm -lX11 -lXext
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.odt5le
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64
+ cd wmGrabImage-0.72
+ '[' 1 -eq 1 ']'
+ cd wmGrabImage
+ install -D -m 755 GrabImage /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/bin/GrabImage
+ install -D -m 755 wmGrabImage /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/bin/wmgrabimage
+ install -D -m 644 wmGrabImage.1 /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/man/man1/wmgrabimage.1
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.72-12.mga9 --unique-debug-suffix -0.72-12.mga9.aarch64 --unique-debug-src-base wmgrabimage-0.72-12.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wmGrabImage-0.72

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/bin/wmgrabimage
dwz: ./usr/bin/wmgrabimage-0.72-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 72kB, size after compression: 72kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
95 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: wmgrabimage-0.72-12.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CcqYW8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wmGrabImage-0.72
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ cp -pr HINTS /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64/usr/share/doc/wmgrabimage
+ RPM_EC=0
++ jobs -p
+ exit 0
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Provides: wmgrabimage = 0.72-12.mga9 wmgrabimage(aarch-64) = 0.72-12.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) libX11.so.6()(64bit) libXext.so.6()(64bit) libXpm.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) perl-base >= 2:5.34.0
Processing files: wmgrabimage-debugsource-0.72-12.mga9.aarch64
Provides: wmgrabimage-debugsource = 0.72-12.mga9 wmgrabimage-debugsource(aarch-64) = 0.72-12.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: wmgrabimage-debuginfo-0.72-12.mga9.aarch64
Provides: debuginfo(build-id) = b71528e9df787117df8dee7b47437924eb4a65e7 wmgrabimage-debuginfo = 0.72-12.mga9 wmgrabimage-debuginfo(aarch-64) = 0.72-12.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: wmgrabimage-debugsource(aarch-64) = 0.72-12.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wmgrabimage-debugsource-0.72-12.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wmgrabimage-0.72-12.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wmgrabimage-debuginfo-0.72-12.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.grJJF5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wmGrabImage-0.72
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/wmgrabimage-0.72-12.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FvXe5N
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf wmGrabImage-0.72
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!