Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'], chrootPath='/var/lib/mock/f31-build-52612-27687/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=345600uid=986gid=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=1548892800 Wrote: /builddir/build/SRPMS/fs_mark-3.3-19.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fs_mark.spec'], chrootPath='/var/lib/mock/f31-build-52612-27687/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=345600uid=986gid=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=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3tA3cA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fs_mark + /usr/bin/gzip -dc /builddir/build/SOURCES/fs_mark.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fs_mark + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nostatic):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (nostatic): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2fjiBC + umask 022 + cd /builddir/build/BUILD + cd fs_mark + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + make -j4 BUILDSTDERR: fs_mark.c: In function 'cleanup_exit': BUILDSTDERR: 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=] BUILDSTDERR: 55 | sprintf(child_log_file_name, "%s.%d", log_file_name, getpid()); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fs_mark.c:36: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from fs_mark.c:40: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'process_args' at fs_mark.c:145:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fs_mark.c: In function 'setup': BUILDSTDERR: 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=] BUILDSTDERR: 463 | sprintf(thread_log_file_name, "%s.%d", log_file_name, pid); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fs_mark.c:36: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fs_mark.c: In function 'process_child_log_file': BUILDSTDERR: 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=] BUILDSTDERR: 949 | sprintf(child_log_file_name, "%s.%d", log_file_name, child_pid); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fs_mark.c:36: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 cc -o fs_mark fs_mark.o lib_timing.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Wj9nqB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 + cd fs_mark + rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 + install -D fs_mark /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64/usr/bin/fs_mark + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.3-19.fc31 --unique-debug-suffix -3.3-19.fc31.riscv64 --unique-debug-src-base fs_mark-3.3-19.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fs_mark BUILDSTDERR: 89 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64/usr/bin/fs_mark extracting debug info from /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64/usr/bin/fs_mark original debug info size: 96kB, size after compression: 96kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: fs_mark-3.3-19.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BAMBbC + umask 022 + cd /builddir/build/BUILD + cd fs_mark + DOCDIR=/builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.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-19.fc31.riscv64/usr/share/doc/fs_mark + cp -pr README /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64/usr/share/doc/fs_mark + cp -pr plot_test /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64/usr/share/doc/fs_mark + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: fs_mark = 3.3-19.fc31 fs_mark(riscv-64) = 3.3-19.fc31 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-19.fc31.riscv64 Provides: fs_mark-debugsource = 3.3-19.fc31 fs_mark-debugsource(riscv-64) = 3.3-19.fc31 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-19.fc31.riscv64 Provides: debuginfo(build-id) = 2324b9e3e259bfb4dfd104c24900739b5a230fa9 fs_mark-debuginfo = 3.3-19.fc31 fs_mark-debuginfo(riscv-64) = 3.3-19.fc31 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-19.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 Wrote: /builddir/build/RPMS/fs_mark-3.3-19.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/fs_mark-debugsource-3.3-19.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/fs_mark-debuginfo-3.3-19.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.azPjRC + umask 022 + cd /builddir/build/BUILD + cd fs_mark + /usr/bin/rm -rf /builddir/build/BUILDROOT/fs_mark-3.3-19.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0