D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/flashbench-62-5.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.92noky + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf flashbench-62 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/flashbench-62.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd flashbench-62 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/flashbench-1.0-mga-README.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eoItg5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd flashbench-62 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 gcc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2 -c -o erase.o erase.c gcc -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -g2 -c -o dev.o dev.c gcc -lrt erase.o -o erase gcc -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:79:21: warning: '%.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] snprintf(out, 8, "%.3gµs", ns / 1000.0); ^~~~ flashbench.c:79:20: note: assuming directive output of 9 bytes 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 snprintf(out, 8, "%.3gµs", ns / 1000.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=] snprintf(out, 8, "%.3gms", ns / 1000000.0); ^~~~ flashbench.c:81:20: note: assuming directive output of 9 bytes 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 snprintf(out, 8, "%.3gms", ns / 1000000.0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] snprintf(out, 8, "%.4gs", ns / 1000000000.0); ^~~~ flashbench.c:83:20: note: assuming directive output of 10 bytes 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 snprintf(out, 8, "%.4gs", ns / 1000000000.0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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:243:24: warning: '%0.3g' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] snprintf(out.s, 8, "%0.3gKiB", l / 1024.0); ^~~~~ vm.c:243:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%0.3gKiB", l / 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=] snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0)); ^~~~~ vm.c:245:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%0.3gMiB", l / (1024.0 * 1024.0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.0)); ^~~~~ vm.c:247:23: note: assuming directive output of 10 bytes 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 snprintf(out.s, 8, "%0.4gGiB", l / (1024.0 * 1024.0 * 1024.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=] snprintf(out.s, 8, "%.03gK/s", l / 1000.0); ^~~~~ vm.c:254:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%.03gK/s", l / 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=] snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0)); ^~~~~ vm.c:256:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%.03gM/s", l / (1000.0 * 1000.0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.0)); ^~~~~ vm.c:258:23: note: assuming directive output of 10 bytes 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 snprintf(out.s, 8, "%.04gG/s", l / (1000.0 * 1000.0 * 1000.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=] snprintf(out.s, 8, "%.3gµs", l / 1000.0); ^~~~ vm.c:266:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%.3gµs", l / 1000.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=] snprintf(out.s, 8, "%.3gms", l / 1000000.0); ^~~~ vm.c:268:23: note: assuming directive output of 9 bytes 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 snprintf(out.s, 8, "%.3gms", l / 1000000.0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] snprintf(out.s, 8, "%.4gs", l / 1000000000.0); ^~~~ vm.c:270:23: note: assuming directive output of 10 bytes 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 snprintf(out.s, 8, "%.4gs", l / 1000000000.0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o flashbench flashbench.o dev.o vm.o -lrt + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZOSL5C + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 + cd flashbench-62 + '[' 1 -eq 1 ']' + install -d -m 0755 /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/bin + install -D -m 0755 erase /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/bin + install -D -m 0755 flashbench /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 62-5.mga7 --unique-debug-suffix -62-5.mga7.x86_64 --unique-debug-src-base flashbench-62-5.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/flashbench-62 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/bin/erase extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/bin/flashbench /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 88 blocks + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: flashbench-62-5.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.O03QRc + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd flashbench-62 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/share/doc/flashbench + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/share/doc/flashbench + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/share/doc/flashbench + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64/usr/share/doc/flashbench + exit 0 Provides: flashbench = 62-5.mga7 flashbench(x86-64) = 62-5.mga7 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) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) Processing files: flashbench-debugsource-62-5.mga7.x86_64 Provides: flashbench-debugsource = 62-5.mga7 flashbench-debugsource(x86-64) = 62-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: flashbench-debuginfo-62-5.mga7.x86_64 Provides: debuginfo(build-id) = 20ced985af36ac76230f3d4a65f81b078c501d28 debuginfo(build-id) = bddc080dfe6e1853f95e5f7852398fed996f3ab5 flashbench-debuginfo = 62-5.mga7 flashbench-debuginfo(x86-64) = 62-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: flashbench-debugsource(x86-64) = 62-5.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-62-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-debugsource-62-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/flashbench-debuginfo-62-5.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N528AN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd flashbench-62 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/flashbench-62-5.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ymzGmo + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf flashbench-62 + exit 0 D: [iurt_root_command] Success!