D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/flashbench-72-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9nmlHQ + 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.QF1m0P + 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 flashbench.o flashbench.c flashbench.c: In function 'format_ns': flashbench.c:83:21: 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:20: note: assuming directive output of 10 bytes 83 | snprintf(out, 8, "%.4gs", ns / 1000000000.0); | ^~~~~~~ flashbench.c:83:3: 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:21: 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:20: note: assuming directive output of 9 bytes 81 | snprintf(out, 8, "%.3gms", ns / 1000000.0); | ^~~~~~~~ flashbench.c:81:3: 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:21: 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:20: note: assuming directive output of 9 bytes 79 | snprintf(out, 8, "%.3gµs", ns / 1000.0); | ^~~~~~~~ flashbench.c:79:3: 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:21: 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:20: note: directive argument in the range [-9223372036854775808, 999] 77 | snprintf(out, 8, "%lldns", ns); | ^~~~~~~~ flashbench.c:77:3: note: 'snprintf' output between 4 and 23 bytes into a destination of size 8 77 | snprintf(out, 8, "%lldns", ns); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:24: 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:23: note: assuming directive output of 10 bytes 247 | snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.0)); | ^~~~~~~~~~ vm.c:247:4: 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:24: 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:23: note: assuming directive output of 9 bytes 245 | snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0)); | ^~~~~~~~~~ vm.c:245:4: 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:24: 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:23: note: assuming directive output of 9 bytes 243 | snprintf(out.s, 8, "%0.3gKiB", l / 1024.0); | ^~~~~~~~~~ vm.c:243:4: 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:24: 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:23: note: directive argument in the range [-9223372036854775808, 1023] 241 | snprintf(out.s, 8, "%0lldB", l); | ^~~~~~~~ vm.c:241:4: note: 'snprintf' output between 3 and 22 bytes into a destination of size 8 241 | snprintf(out.s, 8, "%0lldB", l); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vm.c:258:24: 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:23: note: assuming directive output of 10 bytes 258 | snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.0)); | ^~~~~~~~~~ vm.c:258:4: 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:24: 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:23: note: assuming directive output of 9 bytes 256 | snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0)); | ^~~~~~~~~~ vm.c:256:4: 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:24: 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:23: note: assuming directive output of 9 bytes 254 | snprintf(out.s, 8, "%.03gK/s", l / 1000.0); | ^~~~~~~~~~ vm.c:254:4: 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:24: 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:23: note: directive argument in the range [-9223372036854775808, 999] 252 | snprintf(out.s, 8, "%0lldB/s", l); | ^~~~~~~~~~ vm.c:252:4: 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:24: 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:23: note: assuming directive output of 10 bytes 270 | snprintf(out.s, 8, "%.4gs", l / 1000000000.0); | ^~~~~~~ vm.c:270:4: 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:24: 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:23: note: assuming directive output of 9 bytes 268 | snprintf(out.s, 8, "%.3gms", l / 1000000.0); | ^~~~~~~~ vm.c:268:4: 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:24: 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:23: note: assuming directive output of 9 bytes 266 | snprintf(out.s, 8, "%.3gµs", l / 1000.0); | ^~~~~~~~ vm.c:266:4: 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:24: 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:23: note: directive argument in the range [-9223372036854775808, 999] 264 | snprintf(out.s, 8, "%lldns", l); | ^~~~~~~~ vm.c:264:4: note: 'snprintf' output between 4 and 23 bytes into a destination of size 8 264 | snprintf(out.s, 8, "%lldns", l); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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.LqkOiQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 + cd flashbench-72 + '[' 1 -eq 1 ']' + install -d -m 0755 /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin + install -D -m 0755 erase /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin + install -D -m 0755 flashbench /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 72-2.mga8 --unique-debug-suffix -72-2.mga8.x86_64 --unique-debug-src-base flashbench-72-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/flashbench-72 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin/flashbench explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin/erase extracting debug info from /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin/flashbench extracting debug info from /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/bin/erase original debug info size: 140kB, size after compression: 144kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: flashbench-72-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.e8SmDN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd flashbench-72 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/share/doc/flashbench + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/share/doc/flashbench + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/share/doc/flashbench + cp -pr README /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64/usr/share/doc/flashbench + RPM_EC=0 ++ jobs -p + exit 0 Provides: flashbench = 72-2.mga8 flashbench(x86-64) = 72-2.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.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) Processing files: flashbench-debugsource-72-2.mga8.x86_64 Provides: flashbench-debugsource = 72-2.mga8 flashbench-debugsource(x86-64) = 72-2.mga8 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.mga8.x86_64 Provides: debuginfo(build-id) = 46c30df000dacdceb588e623cf091031bd88f89d debuginfo(build-id) = 525116b388394ed6adc70f13b478766c4d1bf4a8 flashbench-debuginfo = 72-2.mga8 flashbench-debuginfo(x86-64) = 72-2.mga8 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-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/flashbench-72-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/flashbench-debugsource-72-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/flashbench-debuginfo-72-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sAwNyO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd flashbench-72 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/flashbench-72-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kiZPOQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf flashbench-72 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!