D: [iurt_root_command] chroot
warning: %make is deprecated, use %make_build instead
Installing /home/iurt/rpmbuild/SRPMS/comgt-0.32-21.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pPHxTT
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf comgt.0.32
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/comgt.0.32.tgz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd comgt.0.32
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/comgt-0.32-string-format.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/comgt-0.32-fix-man-page-typo.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s8Qn1V
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd comgt.0.32
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 'CFLAGS=-c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
cc comgt.c -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables 
comgt.c: In function 'getstring':
comgt.c:605:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  605 |         fgets(string,STRINGL-1,fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c:631:9: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result]
  631 |         getcwd(string,STRINGL);
      |         ^~~~~~~~~~~~~~~~~~~~~~
comgt.c: In function 'doscript':
comgt.c:1434:7: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
 1434 |       system(string);
      |       ^~~~~~~~~~~~~~
comgt.c:1438:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 1438 |       fgets(stringvars[getstringindex()],1024,infd);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c: In function 'doset':
comgt.c:1000:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
 1000 |     sprintf(cspeed,"%d",a);
      |                       ^
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c: In function 'doclose':
comgt.c:1228:43: warning: '%s' directive writing up to 1023 bytes into a region of size 1001 [-Wformat-overflow=]
 1228 |       sprintf(msg,"Can't ioctl set device %s.\n",device);
      |                                           ^~     ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1049 bytes into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c: In function 'opengt':
comgt.c:1264:38: warning: '%s' directive writing up to 1023 bytes into a region of size 1006 [-Wformat-overflow=]
 1264 |       sprintf(msg,"Can't open device %s.\n",device);
      |                                      ^~     ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c: In function 'opendevice':
comgt.c:1299:38: warning: '%s' directive writing up to 1023 bytes into a region of size 1006 [-Wformat-overflow=]
 1299 |       sprintf(msg,"Can't open device %s.\n",device);
      |                                      ^~     ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c:1346:23: warning: '%s' directive writing up to 1023 bytes into a region of size 1017 [-Wformat-overflow=]
 1346 |   sprintf(msg,"Opened %s as FD %d",device,comfd);
      |                       ^~           ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 16 and 1049 bytes into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comgt.c:1307:41: warning: '%s' directive writing up to 1023 bytes into a region of size 1001 [-Wformat-overflow=]
 1307 |     sprintf(msg,"Can't ioctl get device %s.\n",device);
      |                                         ^~     ~~~~~~
In file included from /usr/include/stdio.h:867,
                 from comgt.c:30:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1049 bytes into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc comgt.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o comgt
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9bc9JW
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64
+ cd comgt.0.32
+ '[' 1 -eq 1 ']'
+ install -m755 comgt -D /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/sbin/comgt
+ install -m644 comgt.1 -D /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/man/man1/comgt.1
+ ln -s /usr/sbin/comgt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/sbin/gcom
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.32-21.mga8 --unique-debug-suffix -0.32-21.mga8.x86_64 --unique-debug-src-base comgt-0.32-21.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/comgt.0.32

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/sbin/comgt
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/sbin/comgt
original debug info size: 120kB, size after compression: 120kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
121 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 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/src/debug/comgt-0.32-21.mga8.x86_64/comgt.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/comgt-0.32-21.mga8.x86_64/comgt.c is executable but has no shebang, removing executable bit
Processing files: comgt-0.32-21.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QolwnX
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd comgt.0.32
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ cp -pr CHANGELOG /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ cp -pr gprs.txt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ cp -pr umts.txt /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64/usr/share/doc/comgt
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: comgt = 0.32-21.mga8 comgt(x86-64) = 0.32-21.mga8 gcom = 0.32-21.mga8
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.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit)
Obsoletes: gcom < 0.32-21.mga8
Processing files: comgt-debugsource-0.32-21.mga8.x86_64
Provides: comgt-debugsource = 0.32-21.mga8 comgt-debugsource(x86-64) = 0.32-21.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: comgt-debuginfo-0.32-21.mga8.x86_64
Provides: comgt-debuginfo = 0.32-21.mga8 comgt-debuginfo(x86-64) = 0.32-21.mga8 debuginfo(build-id) = 516a28c4f0f4d553b9df568768bd9b04f5056b56
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: comgt-debugsource(x86-64) = 0.32-21.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/comgt-0.32-21.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/comgt-debugsource-0.32-21.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/comgt-debuginfo-0.32-21.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xlu11V
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd comgt.0.32
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/comgt-0.32-21.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PBxKHT
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf comgt.0.32
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!