D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/flashbench-72-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.f8HuLH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf flashbench-72 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/flashbench-72.tar.bz2 + /usr/bin/tar -xof - + 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/iurt/rpmbuild/tmp/rpm-tmp.U6OBwd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd flashbench-72 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2 -c -o erase.o erase.c cc -lrt erase.o -o erase cc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2 -c -o dev.o dev.c 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)); | ^~~~~~~~~~ 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); | ^~~~ 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: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); | ^~~~ 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: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/iurt/rpmbuild/tmp/rpm-tmp.T76m40 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 + cd flashbench-72 + '[' 1 -eq 1 ']' + install -d -m 0755 /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/bin + install -D -m 0755 erase /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/bin + install -D -m 0755 flashbench /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/bin + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 72-2.mga9 --unique-debug-suffix -72-2.mga9.aarch64 --unique-debug-src-base flashbench-72-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/flashbench-72 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/bin/erase extracting debug info from /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/bin/flashbench dwz: ./usr/bin/erase-72-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/flashbench-72-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 100kB, size after compression: 100kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 88 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: flashbench-72-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w7jt68 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd flashbench-72 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/share/doc/flashbench + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/share/doc/flashbench + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/share/doc/flashbench + cp -pr README /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64/usr/share/doc/flashbench + RPM_EC=0 ++ jobs -p + exit 0 Provides: flashbench = 72-2.mga9 flashbench(aarch-64) = 72-2.mga9 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) librt.so.1()(64bit) Processing files: flashbench-debugsource-72-2.mga9.aarch64 Provides: flashbench-debugsource = 72-2.mga9 flashbench-debugsource(aarch-64) = 72-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: flashbench-debuginfo-72-2.mga9.aarch64 Provides: debuginfo(build-id) = 377128e382d4addc185c2abf09c61455ad29ea4f debuginfo(build-id) = 40b6f6275e265eb46bbf7515162ffff007badbf1 flashbench-debuginfo = 72-2.mga9 flashbench-debuginfo(aarch-64) = 72-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: flashbench-debugsource(aarch-64) = 72-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/flashbench-72-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/flashbench-debugsource-72-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/flashbench-debuginfo-72-2.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eQNpRd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd flashbench-72 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rmsNMY + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf flashbench-72 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!