Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'], chrootPath='/var/lib/mock/f33-build-302262-56928/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/fs_mark-3.3-22.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'], chrootPath='/var/lib/mock/f33-build-302262-56928/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f4YuJP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fs_mark + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/fs_mark.tgz + STATUS=0 + '[' 0 -ne 0 ']' + cd fs_mark + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nostatic):' Patch #0 (nostatic): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8yKCaS + umask 022 + cd /builddir/build/BUILD + cd fs_mark + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + make -j4 cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -Wall -D_FILE_OFFSET_BITS=64 -c -o fs_mark.o fs_mark.c cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -Wall -D_FILE_OFFSET_BITS=64 -c -o lib_timing.o lib_timing.c fs_mark.c: In function 'cleanup_exit': fs_mark.c:55:35: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 55 | sprintf(child_log_file_name, "%s.%d", log_file_name, getpid()); | ^~ In file included from /usr/include/stdio.h:866, from fs_mark.c:36: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from fs_mark.c:40: In function 'strncpy', inlined from 'process_args' at fs_mark.c:145:4: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fs_mark.c: In function 'setup': fs_mark.c:463:36: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 463 | sprintf(thread_log_file_name, "%s.%d", log_file_name, pid); | ^~ In file included from /usr/include/stdio.h:866, from fs_mark.c:36: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fs_mark.c: In function 'process_child_log_file': fs_mark.c:949:35: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 949 | sprintf(child_log_file_name, "%s.%d", log_file_name, child_pid); | ^~ In file included from /usr/include/stdio.h:866, from fs_mark.c:36: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o fs_mark fs_mark.o lib_timing.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YQ5QxP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 + cd fs_mark + rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 + install -D fs_mark /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/bin/fs_mark + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.3-22.fc33 --unique-debug-suffix -3.3-22.fc33.riscv64 --unique-debug-src-base fs_mark-3.3-22.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fs_mark explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/bin/fs_mark extracting debug info from /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/bin/fs_mark original debug info size: 192kB, size after compression: 192kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 89 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: fs_mark-3.3-22.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5fTWiO + umask 022 + cd /builddir/build/BUILD + cd fs_mark + DOCDIR=/builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/share/doc/fs_mark + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/share/doc/fs_mark + cp -pr README /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/share/doc/fs_mark + cp -pr plot_test /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64/usr/share/doc/fs_mark + RPM_EC=0 ++ jobs -p + exit 0 Provides: fs_mark = 3.3-22.fc33 fs_mark(riscv-64) = 3.3-22.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: fs_mark-debugsource-3.3-22.fc33.riscv64 Provides: fs_mark-debugsource = 3.3-22.fc33 fs_mark-debugsource(riscv-64) = 3.3-22.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: fs_mark-debuginfo-3.3-22.fc33.riscv64 Provides: debuginfo(build-id) = c07d36c4f742b1133a39225d203c7e732a77cf75 fs_mark-debuginfo = 3.3-22.fc33 fs_mark-debuginfo(riscv-64) = 3.3-22.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: fs_mark-debugsource(riscv-64) = 3.3-22.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 Wrote: /builddir/build/RPMS/fs_mark-3.3-22.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/fs_mark-debuginfo-3.3-22.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/fs_mark-debugsource-3.3-22.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9Yl2wR + umask 022 + cd /builddir/build/BUILD + cd fs_mark + /usr/bin/rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-22.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0