<86>Sep 24 00:45:04 userdel[3613189]: delete user 'rooter'
<86>Sep 24 00:45:04 userdel[3613189]: removed group 'rooter' owned by 'rooter'
<86>Sep 24 00:45:04 userdel[3613189]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 24 00:45:04 groupadd[3613210]: group added to /etc/group: name=rooter, GID=1826
<86>Sep 24 00:45:04 groupadd[3613210]: group added to /etc/gshadow: name=rooter
<86>Sep 24 00:45:04 groupadd[3613210]: new group: name=rooter, GID=1826
<86>Sep 24 00:45:04 useradd[3613231]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none
<86>Sep 24 00:45:04 userdel[3613278]: delete user 'builder'
<86>Sep 24 00:45:04 userdel[3613278]: removed group 'builder' owned by 'builder'
<86>Sep 24 00:45:04 userdel[3613278]: removed shadow group 'builder' owned by 'builder'
<86>Sep 24 00:45:04 groupadd[3613317]: group added to /etc/group: name=builder, GID=1827
<86>Sep 24 00:45:04 groupadd[3613317]: group added to /etc/gshadow: name=builder
<86>Sep 24 00:45:04 groupadd[3613317]: new group: name=builder, GID=1827
<86>Sep 24 00:45:04 useradd[3613345]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/flashbench-72-alt2.nosrc.rpm (w1.gzdio)
Installing flashbench-72-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67003
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf flashbench-72
+ echo 'Source #0 (flashbench-72.tar):'
Source #0 (flashbench-72.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/flashbench-72.tar
+ cd flashbench-72
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.67003
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd flashbench-72
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o erase.o erase.c
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
cc -lrt  erase.o   -o erase
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o dev.o dev.c
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2   -c -o vm.o vm.c
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));
      |                                            ^~~~~~~~~~
In file included from /usr/include/stdio.h:964,
                 from vm.c:4:
In function 'snprintf',
    inlined from 'format_value' at vm.c:247:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 15 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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));
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:245:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:243:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:241:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 3 and 22 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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));
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:258:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 15 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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));
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:256:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:254:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:252:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 24 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:270:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:268:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 4 and 13 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:266:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
vm.c: In function 'format_value':
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);
      |                                            ^~~~~~~~
In function 'snprintf',
    inlined from 'format_value' at vm.c:264:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 4 and 23 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
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);
      |                                  ^~~~~~~
In file included from /usr/include/stdio.h:964,
                 from flashbench.c:9:
In function 'snprintf',
    inlined from 'format_ns' at flashbench.c:83:3,
    inlined from 'format_ns' at flashbench.c:74:13:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
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);
      |                                  ^~~~~~~~
In function 'snprintf',
    inlined from 'format_ns' at flashbench.c:81:3,
    inlined from 'format_ns' at flashbench.c:74:13:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 4 and 13 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
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);
      |                                   ^~~~
In function 'format_ns',
    inlined from 'format_ns' at flashbench.c:74:13:
flashbench.c:79:34: note: assuming directive output of 9 bytes
   79 |                 snprintf(out, 8, "%.3gµs", ns / 1000.0);
      |                                  ^~~~~~~~
In function 'snprintf',
    inlined from 'format_ns' at flashbench.c:79:3,
    inlined from 'format_ns' at flashbench.c:74:13:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
flashbench.c: In function 'format_ns':
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);
      |                                  ^~~~~~~~
In function 'snprintf',
    inlined from 'format_ns' at flashbench.c:77:3:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 4 and 23 bytes into a destination of size 8
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
make: Entering directory '/usr/src/RPM/BUILD/flashbench-72'
cc -o flashbench flashbench.o dev.o vm.o -lrt
make: Leaving directory '/usr/src/RPM/BUILD/flashbench-72'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.67003
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/flashbench-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/flashbench-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd flashbench-72
+ install -d -m 0755 /usr/src/tmp/flashbench-buildroot/usr/bin
+ install -D -m 0755 erase /usr/src/tmp/flashbench-buildroot/usr/bin
+ install -D -m 0755 flashbench /usr/src/tmp/flashbench-buildroot/usr/bin
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/flashbench-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/flashbench-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/flashbench-buildroot/ (default)
Compressing files in /usr/src/tmp/flashbench-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/flashbench-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/flashbench-buildroot
Processing files: flashbench-72-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67003
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd flashbench-72
+ DOCDIR=/usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ export DOCDIR
+ rm -rf /usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ /bin/mkdir -p /usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ cp -prL README /usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ chmod -R go-w /usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ chmod -R a+rX /usr/src/tmp/flashbench-buildroot/usr/share/doc/flashbench-72
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S8MQuK
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BP3Sss
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.17)(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.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DbVYYr
Creating flashbench-debuginfo package
Processing files: flashbench-debuginfo-72-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xqyUq4
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wDR5Zi
find-requires: running scripts (debuginfo)
Requires: flashbench = 72-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to flashbench-debuginfo a strict dependency on flashbench
Wrote: /usr/src/RPM/RPMS/x86_64/flashbench-72-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/flashbench-debuginfo-72-alt2.x86_64.rpm (w2.lzdio)
0.83user 0.89system 0:05.74elapsed 30%CPU (0avgtext+0avgdata 38148maxresident)k
0inputs+0outputs (0major+202580minor)pagefaults 0swaps
0.60user 1.75system 0:10.72elapsed 21%CPU (0avgtext+0avgdata 12128maxresident)k
0inputs+0outputs (0major+96603minor)pagefaults 0swaps
--- flashbench-72-alt2.x86_64.rpm.repo	2023-06-19 13:07:05.000000000 +0000
+++ flashbench-72-alt2.x86_64.rpm.hasher	2024-09-24 00:45:11.771969326 +0000
@@ -9,2 +9,3 @@
 Requires: libc.so.6(GLIBC_2.34)(64bit)  
+Requires: libc.so.6(GLIBC_2.38)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -13,6 +14,6 @@
 Provides: flashbench = 72-alt2:sisyphus+323316.100.1.1
-File: /usr/bin/erase	100755	root:root	9e64a231a9ee5e973392825d8ee0a41c	
-File: /usr/bin/flashbench	100755	root:root	de1d244bf69ffe29863fbd04f234ea73	
+File: /usr/bin/erase	100755	root:root	edf400f46438f3dcb4ca3e019571bd75	
+File: /usr/bin/flashbench	100755	root:root	8bd76899dee66f6a20e0c86f2bdb6bda	
 File: /usr/share/doc/flashbench-72	40755	root:root		
 File: /usr/share/doc/flashbench-72/README	100644	root:root	b49043c72e573a03d933b4d21887c188	
-RPMIdentity: 42b4c2696ce9e9c2ab530a8dde495791444d400771a69b65c7e2285847f56c5f64b7068ae52ff12a26c6c4cf92e95597c68372b0fa91b2f7933ac4e6b23e6797
+RPMIdentity: e48d65b53bf246cb0b13c67448d8ec7f63a818ae1d89e4c3f26cd916d0e64a485c72d5dbab2e2f90878f729f9752692ebe907d2e68aa77b6168eb14014e2f012
--- flashbench-debuginfo-72-alt2.x86_64.rpm.repo	2023-06-19 13:07:05.000000000 +0000
+++ flashbench-debuginfo-72-alt2.x86_64.rpm.hasher	2024-09-24 00:45:11.846970551 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/4a	40755	root:root	
-/usr/lib/debug/.build-id/4a/7b942fc9485a1e5864a761f0654658c13e5aaa	120777	root:root	../../../../bin/flashbench
-/usr/lib/debug/.build-id/4a/7b942fc9485a1e5864a761f0654658c13e5aaa.debug	120777	root:root	../../usr/bin/flashbench.debug
-/usr/lib/debug/.build-id/93	40755	root:root	
-/usr/lib/debug/.build-id/93/41be9f248c007975a42f7eadff88594dd729f0	120777	root:root	../../../../bin/erase
-/usr/lib/debug/.build-id/93/41be9f248c007975a42f7eadff88594dd729f0.debug	120777	root:root	../../usr/bin/erase.debug
+/usr/lib/debug/.build-id/5b	40755	root:root	
+/usr/lib/debug/.build-id/5b/c8661465b961b60666d2fd09878a20575004f4	120777	root:root	../../../../bin/erase
+/usr/lib/debug/.build-id/5b/c8661465b961b60666d2fd09878a20575004f4.debug	120777	root:root	../../usr/bin/erase.debug
+/usr/lib/debug/.build-id/d9	40755	root:root	
+/usr/lib/debug/.build-id/d9/2b4f8c49dfc3ed19ebe8163d83618059da05a4	120777	root:root	../../../../bin/flashbench
+/usr/lib/debug/.build-id/d9/2b4f8c49dfc3ed19ebe8163d83618059da05a4.debug	120777	root:root	../../usr/bin/flashbench.debug
 /usr/lib/debug/usr/bin/erase.debug	100644	root:root	
@@ -20,10 +20,10 @@
 Provides: flashbench-debuginfo = 72-alt2:sisyphus+323316.100.1.1
-File: /usr/lib/debug/.build-id/4a	40755	root:root		
-File: /usr/lib/debug/.build-id/4a/7b942fc9485a1e5864a761f0654658c13e5aaa	120777	root:root		../../../../bin/flashbench
-File: /usr/lib/debug/.build-id/4a/7b942fc9485a1e5864a761f0654658c13e5aaa.debug	120777	root:root		../../usr/bin/flashbench.debug
-File: /usr/lib/debug/.build-id/93	40755	root:root		
-File: /usr/lib/debug/.build-id/93/41be9f248c007975a42f7eadff88594dd729f0	120777	root:root		../../../../bin/erase
-File: /usr/lib/debug/.build-id/93/41be9f248c007975a42f7eadff88594dd729f0.debug	120777	root:root		../../usr/bin/erase.debug
-File: /usr/lib/debug/usr/bin/erase.debug	100644	root:root	eafb9d3e4c9436252b5dbef1b6ca5ba1	
-File: /usr/lib/debug/usr/bin/flashbench.debug	100644	root:root	2c683da53dda226f205467de0dbc1eb6	
+File: /usr/lib/debug/.build-id/5b	40755	root:root		
+File: /usr/lib/debug/.build-id/5b/c8661465b961b60666d2fd09878a20575004f4	120777	root:root		../../../../bin/erase
+File: /usr/lib/debug/.build-id/5b/c8661465b961b60666d2fd09878a20575004f4.debug	120777	root:root		../../usr/bin/erase.debug
+File: /usr/lib/debug/.build-id/d9	40755	root:root		
+File: /usr/lib/debug/.build-id/d9/2b4f8c49dfc3ed19ebe8163d83618059da05a4	120777	root:root		../../../../bin/flashbench
+File: /usr/lib/debug/.build-id/d9/2b4f8c49dfc3ed19ebe8163d83618059da05a4.debug	120777	root:root		../../usr/bin/flashbench.debug
+File: /usr/lib/debug/usr/bin/erase.debug	100644	root:root	001711e9c0ced890d3faf7d8dca8c382	
+File: /usr/lib/debug/usr/bin/flashbench.debug	100644	root:root	6787d60e1fb665f76d987edf0e430115	
 File: /usr/src/debug/flashbench-72	40755	root:root		
@@ -35,2 +35,2 @@
 File: /usr/src/debug/flashbench-72/vm.h	100644	root:root	011092c730206faa7766203de1ea3d15	
-RPMIdentity: faf3593e30b51e9d42eaf1826f24bd9e921ba11ec66e2759ce3a2c43d58b06535b3a63c9dcefd75422efcc6ee0184cb6174ee02956da73719ded75b8277bb933
+RPMIdentity: eb852185e346a52eb16a5e0b2fc27a91116398e4e6d3da7192f36a87748f0b87d6c0cb7b747a76ff502f7e75f2f0da20c99cbd50227084eb2f974a27284b5e2e