Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/xmlfy.spec'], chrootPath='/var/lib/mock/f31-build-61039-28800/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/xmlfy.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Wrote: /builddir/build/SRPMS/xmlfy-1.5.6-12.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/xmlfy.spec'], chrootPath='/var/lib/mock/f31-build-61039-28800/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/xmlfy.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mpAe13 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xmlfy-1.5.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/xmlfy-1.5.6-src.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xmlfy-1.5.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EhPRZ4 + umask 022 + cd /builddir/build/BUILD + cd xmlfy-1.5.6 + make 'RPM_OPT_FLAGS=-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' BUILDSTDERR: xmlfy.c: In function 'xstrncpy': BUILDSTDERR: xmlfy.c:606:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 606 | while (i < n && s_src[i] != '\0'); BUILDSTDERR: | ^~~~~ BUILDSTDERR: xmlfy.c:607:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' BUILDSTDERR: 607 | { BUILDSTDERR: | ^ BUILDSTDERR: tre-compile.c: In function 'tre_add_tags': BUILDSTDERR: tre-compile.c:215:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 215 | for (i = 0; regset[i] >= 0; i++); BUILDSTDERR: | ^~~ BUILDSTDERR: tre-compile.c:216:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 216 | regset[i] = id * 2 + 1; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: tre-compile.c:220:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 220 | for (i = 0; parents[i] >= 0; i++); BUILDSTDERR: | ^~~ BUILDSTDERR: tre-compile.c:221:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 221 | parents[i - 1] = -1; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: tre-compile.c:240:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 240 | for (i = 0; parents[i] >= 0; i++); BUILDSTDERR: | ^~~ BUILDSTDERR: tre-compile.c:241:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 241 | tnfa->submatch_data[id].parents = NULL; BUILDSTDERR: | ^~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 make -C xmlfy all make[1]: Entering directory '/builddir/build/BUILD/xmlfy-1.5.6/xmlfy' gcc -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 -pedantic -Wall -c xmlfy.c cd validate_args ; gcc -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 -pedantic -Wall -c *.c cd utf_io ; gcc -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 -pedantic -Wall -c *.c cd schema ; gcc -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 -pedantic -Wall -c *.c cd xmlout ; gcc -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 -pedantic -Wall -c *.c cd digest ; gcc -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 -pedantic -Wall -c *.c cd regex_tre ; gcc -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 -pedantic -Wall -c *.c cd noxml ; gcc -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 -pedantic -Wall -c *.c cd unxml ; gcc -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 -pedantic -Wall -c *.c gcc -O2 -o xmlfy xmlfy.o validate_args/*.o utf_io/*.o schema/*.o xmlout/*.o digest/*.o regex_tre/*.o noxml/*.o unxml/*.o sed 's/@VERSION@/'1.5.6'/g' \ < ../man/xmlfy.1 > xmlfy.1 make[1]: Leaving directory '/builddir/build/BUILD/xmlfy-1.5.6/xmlfy' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kI00R1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 + cd xmlfy-1.5.6 + rm -rf /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 + install -d /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin + install -d /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/man/man1 + make DESTDIR=/builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 bindir=/usr/bin mandir=/usr/share/man 'RPM_OPT_FLAGS=-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' install + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.5.6-12.fc31 --unique-debug-suffix -1.5.6-12.fc31.riscv64 --unique-debug-src-base xmlfy-1.5.6-12.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/xmlfy-1.5.6 BUILDSTDERR: 1517 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 make -C xmlfy all make[1]: Entering directory '/builddir/build/BUILD/xmlfy-1.5.6/xmlfy' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/xmlfy-1.5.6/xmlfy' if [ ! -d /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin ] ; then mkdir -p /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin ; fi if [ ! -d /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/man/man1 ] ; then mkdir -p /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/man/man1 ; fi install -p xmlfy/xmlfy /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin/ install -p -m 0644 xmlfy/xmlfy.1 /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/man/man1/ explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin/xmlfy extracting debug info from /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/bin/xmlfy original debug info size: 896kB, size after compression: 756kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: xmlfy-1.5.6-12.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GFjJh3 + umask 022 + cd /builddir/build/BUILD + cd xmlfy-1.5.6 + DOCDIR=/builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/doc/xmlfy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/doc/xmlfy + cp -pr README /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/doc/xmlfy + cp -pr LICENSE /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64/usr/share/doc/xmlfy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: xmlfy = 1.5.6-12.fc31 xmlfy(riscv-64) = 1.5.6-12.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: xmlfy-debugsource-1.5.6-12.fc31.riscv64 Provides: xmlfy-debugsource = 1.5.6-12.fc31 xmlfy-debugsource(riscv-64) = 1.5.6-12.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xmlfy-debuginfo-1.5.6-12.fc31.riscv64 Provides: debuginfo(build-id) = f23fe8f60343cfddfa08e1a06429e6ff33ed5010 xmlfy-debuginfo = 1.5.6-12.fc31 xmlfy-debuginfo(riscv-64) = 1.5.6-12.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xmlfy-debugsource(riscv-64) = 1.5.6-12.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 Wrote: /builddir/build/RPMS/xmlfy-1.5.6-12.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/xmlfy-debuginfo-1.5.6-12.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/xmlfy-debugsource-1.5.6-12.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Jn9yL3 + umask 022 + cd /builddir/build/BUILD + cd xmlfy-1.5.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xmlfy-1.5.6-12.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0