D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/onestroke-0.8.4-13.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jAhgK7
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4GBk2F
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ rm -rf onestroke-0.8.4
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/onestroke-0.8.4.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd onestroke-0.8.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/onestroke-0.8.4-linking.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/onestroke-0.8.4-buildfix.patch
+ chmod 644 README onestroke.png onestroke.desktop
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LlQtDA
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ cd onestroke-0.8.4
+ '[' 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
+ 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 -fcommon'
+ /usr/bin/make -O -j16 V=1 VERBOSE=1
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 -fcommon -DOS_VERSION=\"0.8.4\" -DOS_PROFDIR=\"/usr/share/onestroke-0.8\" -g -Wall -D_DEBUG `pkg-config --cflags gtk+-2.0`   -c -o osUnix.o osUnix.c
osUnix.c: In function 'osProfileLoad':
osUnix.c:222:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  222 |                 fread(&fileh,sizeof(fileh),1,file);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
osUnix.c: In function 'osSetCWD':
osUnix.c:119:17: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
  119 |                 strncpy(root,getenv("HOME"),ROOT_LEN);
      |                 ^
osUnix.c:163:41: warning: '__builtin___strncpy_chk' output may be truncated copying between 0 and 254 bytes from a string of length 255 [-Wstringop-truncation]
  163 |                                         strncpy(buf+len,de->d_name,NAME_MAX-len);
      |                                         ^
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 -fcommon -DOS_VERSION=\"0.8.4\" -DOS_PROFDIR=\"/usr/share/onestroke-0.8\" -g -Wall -D_DEBUG `pkg-config --cflags gtk+-2.0`   -c -o onestroke.o onestroke.c
onestroke.c: In function 'osSymTrapComp':
onestroke.c:525:47: warning: 'dif_last' may be used uninitialized [-Wmaybe-uninitialized]
  525 |                         dif_total += (dif_last+dif)*ac->segments[i-1].length/2;
      |                                      ~~~~~~~~~^~~~~
onestroke.c:502:63: note: 'dif_last' was declared here
  502 |         float dist,dist_total=0.,dist_last,dx,dy,dif_total=0.,dif_last,dif;
      |                                                               ^~~~~~~~
onestroke.c: In function 'osCurMatch':
onestroke.c:230:16: warning: 'best' may be used uninitialized [-Wmaybe-uninitialized]
  230 |         return best;
      |                ^~~~
onestroke.c:176:24: note: 'best' was declared here
  176 |         osSymbol *sym,*best,*matching=0;
      |                        ^~~~
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 -fcommon -DOS_VERSION=\"0.8.4\" -DOS_PROFDIR=\"/usr/share/onestroke-0.8\" -g -Wall -D_DEBUG `pkg-config --cflags gtk+-2.0`   -c -o osGTK.o osGTK.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from osGTK.c:42:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gcc osGTK.o osUnix.o onestroke.o -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 `pkg-config --libs gtk+-2.0` -lXtst -lm -lX11 -o onestroke
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GVpDBJ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ mkdir /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT
+ cd onestroke-0.8.4
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT 'INSTALL=/usr/bin/install -p'
mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/bin
mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications
mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/pixmaps
mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/onestroke-0.8
install -m 755 onestroke /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/bin/
install onestroke.desktop /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications/
install onestroke.png /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/pixmaps/
install profiles/* /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/onestroke-0.8/
+ sed -i s/onestroke.png/onestroke/ /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications/onestroke.desktop
+ desktop-file-install --vendor= --remove-category=Application --add-category=GTK --dir /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications/onestroke.desktop
+ mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons/large
+ convert -size 48x48 onestroke.png /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons/large/onestroke.png
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

+ mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons
+ convert -size 32x32 onestroke.png /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons/onestroke.png
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

+ mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons/mini
+ convert -size 16x16 onestroke.png /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/icons/mini/onestroke.png
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.8.4-13.mga10 --unique-debug-suffix -0.8.4-13.mga10.x86_64 --unique-debug-src-base onestroke-0.8.4-13.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/onestroke-0.8.4
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/onestroke-0.8.4-13.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
/home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/applications/onestroke.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
+ '[' -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/onestroke-0.8.4-13.mga10.x86_64/osUnix.c is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/onestroke-0.8.4-13.mga10.x86_64/onestroke.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/onestroke-0.8.4-13.mga10.x86_64/onestroke.c is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/onestroke-0.8.4-13.mga10.x86_64/osGTK.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/onestroke-0.8.4-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: onestroke-0.8.4-13.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xe7RZs
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ cd onestroke-0.8.4
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/doc/onestroke
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/doc/onestroke
+ cp -pr /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/onestroke-0.8.4/README /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT/usr/share/doc/onestroke
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: application() application(onestroke.desktop) onestroke = 0.8.4-13.mga10 onestroke(x86-64) = 0.8.4-13.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libX11.so.6()(64bit) libXtst.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(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) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit)
Processing files: onestroke-debugsource-0.8.4-13.mga10.x86_64
Provides: onestroke-debugsource = 0.8.4-13.mga10 onestroke-debugsource(x86-64) = 0.8.4-13.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: onestroke-debuginfo-0.8.4-13.mga10.x86_64
Provides: debuginfo(build-id) = 592c67449ce1aca479eee245c35a7d152f02d6c2 onestroke-debuginfo = 0.8.4-13.mga10 onestroke-debuginfo(x86-64) = 0.8.4-13.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: onestroke-debugsource(x86-64) = 0.8.4-13.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/onestroke-debugsource-0.8.4-13.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/onestroke-0.8.4-13.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/onestroke-debuginfo-0.8.4-13.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mpKiLF
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/onestroke-0.8.4-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!