D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/flashbench-72-3.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TrwEee
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ test -d /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/flashbench-72-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4FH7ar
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ rm -rf flashbench-72
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/flashbench-72.tar.bz2
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd flashbench-72
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XqlwtO
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ cd flashbench-72
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j16 V=1 VERBOSE=1
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o erase.o erase.c
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o dev.o dev.c
cc -lrt  erase.o   -o erase
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o vm.o vm.c
vm.c: In function 'call':
vm.c:77:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
   77 |                 data = calloc(sizeof (res_t), op->num);
      |                                       ^~~~~
vm.c:77:39: note: earlier argument should specify number of elements, later size of each element
vm.c: In function 'format_value':
vm.c:247:45: warning: '%0.4g' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=]
  247 |                         snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.0));
      |                                             ^~~~~
vm.c:247:44: note: assuming directive output of 10 bytes
  247 |                         snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.0));
      |                                            ^~~~~~~~~~
vm.c:247:25: note: 'snprintf' output between 5 and 15 bytes into a destination of size 8
  247 |                         snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.0));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:245:45: warning: '%0.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  245 |                         snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0));
      |                                             ^~~~~
vm.c:245:44: note: assuming directive output of 9 bytes
  245 |                         snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0));
      |                                            ^~~~~~~~~~
vm.c:245:25: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
  245 |                         snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:243:45: warning: '%0.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  243 |                         snprintf(out.s, 8, "%0.3gKiB", l / 1024.0);
      |                                             ^~~~~
vm.c:243:44: note: assuming directive output of 9 bytes
  243 |                         snprintf(out.s, 8, "%0.3gKiB", l / 1024.0);
      |                                            ^~~~~~~~~~
vm.c:243:25: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
  243 |                         snprintf(out.s, 8, "%0.3gKiB", l / 1024.0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:241:45: warning: '%0lld' directive output may be truncated writing between 1 and 20 bytes into a region of size 8 [-Wformat-truncation=]
  241 |                         snprintf(out.s, 8, "%0lldB", l);
      |                                             ^~~~~
vm.c:241:44: note: directive argument in the range [-9223372036854775808, 1023]
  241 |                         snprintf(out.s, 8, "%0lldB", l);
      |                                            ^~~~~~~~
vm.c:241:25: note: 'snprintf' output between 3 and 22 bytes into a destination of size 8
  241 |                         snprintf(out.s, 8, "%0lldB", l);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:258:45: warning: '%.04g' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=]
  258 |                         snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.0));
      |                                             ^~~~~
vm.c:258:44: note: assuming directive output of 10 bytes
  258 |                         snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.0));
      |                                            ^~~~~~~~~~
vm.c:258:25: note: 'snprintf' output between 5 and 15 bytes into a destination of size 8
  258 |                         snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.0));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:256:45: warning: '%.03g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  256 |                         snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0));
      |                                             ^~~~~
vm.c:256:44: note: assuming directive output of 9 bytes
  256 |                         snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0));
      |                                            ^~~~~~~~~~
vm.c:256:25: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
  256 |                         snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:254:45: warning: '%.03g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  254 |                         snprintf(out.s, 8, "%.03gK/s", l / 1000.0);
      |                                             ^~~~~
vm.c:254:44: note: assuming directive output of 9 bytes
  254 |                         snprintf(out.s, 8, "%.03gK/s", l / 1000.0);
      |                                            ^~~~~~~~~~
vm.c:254:25: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
  254 |                         snprintf(out.s, 8, "%.03gK/s", l / 1000.0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:252:45: warning: '%0lld' directive output may be truncated writing between 1 and 20 bytes into a region of size 8 [-Wformat-truncation=]
  252 |                         snprintf(out.s, 8, "%0lldB/s", l);
      |                                             ^~~~~
vm.c:252:44: note: directive argument in the range [-9223372036854775808, 999]
  252 |                         snprintf(out.s, 8, "%0lldB/s", l);
      |                                            ^~~~~~~~~~
vm.c:252:25: note: 'snprintf' output between 5 and 24 bytes into a destination of size 8
  252 |                         snprintf(out.s, 8, "%0lldB/s", l);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:270:45: warning: '%.4g' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=]
  270 |                         snprintf(out.s, 8, "%.4gs", l / 1000000000.0);
      |                                             ^~~~
vm.c:270:44: note: assuming directive output of 10 bytes
  270 |                         snprintf(out.s, 8, "%.4gs", l / 1000000000.0);
      |                                            ^~~~~~~
vm.c:270:25: note: 'snprintf' output between 3 and 13 bytes into a destination of size 8
  270 |                         snprintf(out.s, 8, "%.4gs", l / 1000000000.0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:268:45: warning: '%.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  268 |                         snprintf(out.s, 8, "%.3gms", l / 1000000.0);
      |                                             ^~~~
vm.c:268:44: note: assuming directive output of 9 bytes
  268 |                         snprintf(out.s, 8, "%.3gms", l / 1000000.0);
      |                                            ^~~~~~~~
vm.c:268:25: note: 'snprintf' output between 4 and 13 bytes into a destination of size 8
  268 |                         snprintf(out.s, 8, "%.3gms", l / 1000000.0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:266:45: warning: '%.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
  266 |                         snprintf(out.s, 8, "%.3gµs", l / 1000.0);
      |                                             ^~~~
vm.c:266:44: note: assuming directive output of 9 bytes
  266 |                         snprintf(out.s, 8, "%.3gµs", l / 1000.0);
      |                                            ^~~~~~~~
vm.c:266:25: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
  266 |                         snprintf(out.s, 8, "%.3gµs", l / 1000.0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vm.c:264:45: warning: '%lld' directive output may be truncated writing between 1 and 20 bytes into a region of size 8 [-Wformat-truncation=]
  264 |                         snprintf(out.s, 8, "%lldns", l);
      |                                             ^~~~
vm.c:264:44: note: directive argument in the range [-9223372036854775808, 999]
  264 |                         snprintf(out.s, 8, "%lldns", l);
      |                                            ^~~~~~~~
vm.c:264:25: note: 'snprintf' output between 4 and 23 bytes into a destination of size 8
  264 |                         snprintf(out.s, 8, "%lldns", l);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o flashbench.o flashbench.c
flashbench.c: In function 'format_ns':
flashbench.c:83:35: warning: '%.4g' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=]
   83 |                 snprintf(out, 8, "%.4gs", ns / 1000000000.0);
      |                                   ^~~~
In function 'format_ns',
    inlined from 'format_ns' at flashbench.c:74:13:
flashbench.c:83:34: note: assuming directive output of 10 bytes
   83 |                 snprintf(out, 8, "%.4gs", ns / 1000000000.0);
      |                                  ^~~~~~~
flashbench.c:83:17: note: 'snprintf' output between 3 and 13 bytes into a destination of size 8
   83 |                 snprintf(out, 8, "%.4gs", ns / 1000000000.0);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashbench.c: In function 'format_ns':
flashbench.c:81:35: warning: '%.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
   81 |                 snprintf(out, 8, "%.3gms", ns / 1000000.0);
      |                                   ^~~~
In function 'format_ns',
    inlined from 'format_ns' at flashbench.c:74:13:
flashbench.c:81:34: note: assuming directive output of 9 bytes
   81 |                 snprintf(out, 8, "%.3gms", ns / 1000000.0);
      |                                  ^~~~~~~~
flashbench.c:81:17: note: 'snprintf' output between 4 and 13 bytes into a destination of size 8
   81 |                 snprintf(out, 8, "%.3gms", ns / 1000000.0);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashbench.c: In function 'format_ns':
flashbench.c:79:35: warning: '%.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=]
   79 |                 snprintf(out, 8, "%.3gµs", ns / 1000.0);
      |                                   ^~~~
flashbench.c:79:34: note: assuming directive output of 9 bytes
   79 |                 snprintf(out, 8, "%.3gµs", ns / 1000.0);
      |                                  ^~~~~~~~
flashbench.c:79:17: note: 'snprintf' output between 5 and 14 bytes into a destination of size 8
   79 |                 snprintf(out, 8, "%.3gµs", ns / 1000.0);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashbench.c:77:35: warning: '%lld' directive output may be truncated writing between 1 and 20 bytes into a region of size 8 [-Wformat-truncation=]
   77 |                 snprintf(out, 8, "%lldns", ns);
      |                                   ^~~~
flashbench.c:77:34: note: directive argument in the range [-9223372036854775808, 999]
   77 |                 snprintf(out, 8, "%lldns", ns);
      |                                  ^~~~~~~~
flashbench.c:77:17: note: 'snprintf' output between 4 and 23 bytes into a destination of size 8
   77 |                 snprintf(out, 8, "%lldns", ns);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o flashbench flashbench.o dev.o vm.o -lrt
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DkdCmu
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ mkdir /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT
+ cd flashbench-72
+ '[' 1 -eq 1 ']'
+ install -d -m 0755 /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/bin
+ install -D -m 0755 erase /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/bin
+ install -D -m 0755 flashbench /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/bin
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 72-3.mga10 --unique-debug-suffix -72-3.mga10.x86_64 --unique-debug-src-base flashbench-72-3.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/flashbench-72-build/flashbench-72
find-debuginfo: starting

Extracting debug info from 2 files
DWARF-compressing 2 files
sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/flashbench-72-3.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/flashbench-72-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: flashbench-72-3.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9Ebk9L
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ cd flashbench-72
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/share/doc/flashbench
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/share/doc/flashbench
+ cp -pr /home/pterjan/rpmbuild/BUILD/flashbench-72-build/flashbench-72/COPYING /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/share/doc/flashbench
+ cp -pr /home/pterjan/rpmbuild/BUILD/flashbench-72-build/flashbench-72/README /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT/usr/share/doc/flashbench
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: flashbench = 72-3.mga10 flashbench(x86-64) = 72-3.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.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit)
Processing files: flashbench-debugsource-72-3.mga10.x86_64
Provides: flashbench-debugsource = 72-3.mga10 flashbench-debugsource(x86-64) = 72-3.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: flashbench-debuginfo-72-3.mga10.x86_64
Provides: debuginfo(build-id) = 72e1957d541987faac7fd6f16f09fa602e8cd33b debuginfo(build-id) = 9861d7ac9189b0eba859e293e3dd7b39db32984a flashbench-debuginfo = 72-3.mga10 flashbench-debuginfo(x86-64) = 72-3.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: flashbench-debugsource(x86-64) = 72-3.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/flashbench-72-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-72-3.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-debugsource-72-3.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-debuginfo-72-3.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mXAYdo
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ test -d /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/flashbench-72-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!