D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/chaplin-1.10-14.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TwGuEl
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ test -d /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SXtNmI
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ rm -rf chaplin
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/chaplin-1.10.tgz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd chaplin
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chaplin-1.10-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/pterjan/rpmbuild/tmp/rpm-tmp.GeT07m
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ cd chaplin
+ '[' 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' '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'
gcc -DNDEBUG -Wall -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 chaplin chaplin.c -lm -ldvdread
chaplin.c: In function 'read_chapters':
chaplin.c:198:11: warning: variable 'this_pgc' set but not used [-Wunused-but-set-variable]
  198 |       int this_pgc;
      |           ^~~~~~~~
chaplin.c:192:9: warning: variable 'pg' set but not used [-Wunused-but-set-variable]
  192 |     int pg     = vts_ptt_srpt->title[local_title_id].ptt[0].pgn;
      |         ^~
chaplin.c: In function 'myts_to_string':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In file included from /usr/include/stdio.h:970,
                 from chaplin.c:16:
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
chaplin.c: In function 'read_chapters':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
In function 'myts_to_string',
    inlined from 'read_chapters' at chaplin.c:295:2:
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3,
    inlined from 'read_chapters' at chaplin.c:295:2:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
chaplin.c: In function 'read_chapters':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
In function 'myts_to_string',
    inlined from 'read_chapters' at chaplin.c:312:7:
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3,
    inlined from 'read_chapters' at chaplin.c:312:7:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
chaplin.c: In function 'read_chapters':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
In function 'myts_to_string',
    inlined from 'read_chapters' at chaplin.c:314:7:
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3,
    inlined from 'read_chapters' at chaplin.c:314:7:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
chaplin.c: In function 'find_parts':
chaplin.c:366:21: warning: 'last_secs' may be used uninitialized [-Wmaybe-uninitialized]
  366 |       if((split_secs-last_secs)<(secs-split_secs)) {
      |          ~~~~~~~~~~~^~~~~~~~~~~
chaplin.c:343:10: note: 'last_secs' was declared here
  343 |   double last_secs;
      |          ^~~~~~~~~
chaplin.c: In function 'main':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
In function 'myts_to_string',
    inlined from 'main' at chaplin.c:967:7:
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3,
    inlined from 'main' at chaplin.c:967:7:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
chaplin.c: In function 'main':
chaplin.c:111:26: warning: '%02d' directive writing between 2 and 5 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |                          ^~~~
In function 'myts_to_string',
    inlined from 'main' at chaplin.c:986:4:
chaplin.c:111:15: note: directive argument in the range [0, 65535]
  111 |   sprintf(buf,"%02d:%02d:%02d.%02d",my->hour,my->minute,my->second,my->frame);
      |               ^~~~~~~~~~~~~~~~~~~~~
chaplin.c:111:15: note: directive argument in the range [0, 65535]
In function 'sprintf',
    inlined from 'myts_to_string' at chaplin.c:111:3,
    inlined from 'main' at chaplin.c:986:4:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xVlQoF
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ mkdir /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT
+ cd chaplin
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT/usr/bin
+ cp chaplin /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT/usr/bin
+ cp chaplin-genmenu /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT/usr/bin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.10-14.mga10 --unique-debug-suffix -1.10-14.mga10.x86_64 --unique-debug-src-base chaplin-1.10-14.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/chaplin
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/chaplin-1.10-14.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/chaplin-1.10-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: chaplin-1.10-14.mga10.x86_64
Provides: chaplin = 1.10-14.mga10 chaplin(x86-64) = 1.10-14.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)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdvdread.so.8()(64bit) perl(Getopt::Std) perl(POSIX) perl-base >= 2:5.40.0
Processing files: chaplin-debugsource-1.10-14.mga10.x86_64
Provides: chaplin-debugsource = 1.10-14.mga10 chaplin-debugsource(x86-64) = 1.10-14.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: chaplin-debuginfo-1.10-14.mga10.x86_64
Provides: chaplin-debuginfo = 1.10-14.mga10 chaplin-debuginfo(x86-64) = 1.10-14.mga10 debuginfo(build-id) = fd3773559c1d4a73e7cdd817ed80591744cf539d
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: chaplin-debugsource(x86-64) = 1.10-14.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chaplin-1.10-14.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chaplin-debugsource-1.10-14.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chaplin-debuginfo-1.10-14.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qIkmdn
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ test -d /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/chaplin-1.10-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!