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/libvterm.spec'], chrootPath='/var/lib/mock/f29-build-7795-1926/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/libvterm.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 Wrote: /builddir/build/SRPMS/libvterm-0-0.6.bzr681.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libvterm.spec'], chrootPath='/var/lib/mock/f29-build-7795-1926/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/libvterm.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cJXIU1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf '~leonerd/libvterm/trunk' + /usr/bin/gzip -dc /builddir/build/SOURCES/libvterm-681.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd '~leonerd/libvterm/trunk' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hbbD4Y + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + /usr/bin/make -O -j4 PREFIX=/usr LIBDIR=/usr/lib64 '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' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' CC src/parser.c BUILDSTDERR: src/parser.c: In function 'vterm_input_write': BUILDSTDERR: src/parser.c:217:56: warning: 'string_start' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: append_strbuffer(vt, string_start, bytes + pos - string_start); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~ CC src/pen.c CC src/mouse.c TBL src/encoding/uk.tbl TBL src/encoding/DECdrawing.tbl CC src/keyboard.c CC src/screen.c CC src/vterm.c CC src/unicode.c BUILDSTDERR: src/unicode.c:308:12: warning: 'mk_wcswidth_cjk' defined but not used [-Wunused-function] BUILDSTDERR: static int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n) BUILDSTDERR: ^~~~~~~~~~~~~~~ BUILDSTDERR: src/unicode.c:217:12: warning: 'mk_wcswidth' defined but not used [-Wunused-function] BUILDSTDERR: static int mk_wcswidth(const wchar_t *pwcs, size_t n) BUILDSTDERR: ^~~~~~~~~~~ CC src/encoding.c BUILDSTDERR: src/encoding.c: In function 'decode_utf8': BUILDSTDERR: src/encoding.c:79:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(data->this_cp < 0x0080) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~ BUILDSTDERR: src/encoding.c:79:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(data->this_cp < 0x0080) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/encoding.c:81:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(data->this_cp < 0x0800) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~ BUILDSTDERR: src/encoding.c:81:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(data->this_cp < 0x0800) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/encoding.c:83:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(data->this_cp < 0x10000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~ BUILDSTDERR: src/encoding.c:83:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(data->this_cp < 0x10000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/encoding.c:85:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(data->this_cp < 0x200000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~ BUILDSTDERR: src/encoding.c:85:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(data->this_cp < 0x200000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/encoding.c:87:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(data->this_cp < 0x4000000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~ BUILDSTDERR: src/encoding.c:87:74: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(data->this_cp < 0x4000000) data->this_cp = UNICODE_INVALID; break; BUILDSTDERR: ^~~~~ CC src/state.c BUILDSTDERR: src/state.c: In function 'on_dcs': BUILDSTDERR: src/state.c:1527:14: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: reply--; BUILDSTDERR: ~~~~~^~ BUILDSTDERR: src/state.c:1520:11: note: 'reply' was declared here BUILDSTDERR: int reply; BUILDSTDERR: ^~~~~ LINK libvterm.la CC bin/vterm-dump.c CC bin/vterm-ctrl.c CC bin/unterm.c + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e5L4rq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 + cd '~leonerd/libvterm/trunk' + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/usr LIBDIR=/usr/lib64 install -d /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/include install -m644 include/vterm.h include/vterm_keycodes.h /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/include install -d /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/pkgconfig sed -e "s,@PREFIX@,/usr," -e "s,@LIBDIR@,/usr/lib64," -e "s,@VERSION@,0.0," /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/pkgconfig/vterm.pc install -d /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64 libtool --quiet --mode=install install libvterm.la /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.la BUILDSTDERR: libtool: warning: remember to run 'libtool --finish /usr/lib64' libtool --quiet --mode=finish /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64 install -d /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/bin libtool --quiet --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/bin/ BUILDSTDERR: libtool: warning: '/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in '/usr/lib64' BUILDSTDERR: libtool: warning: '/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in '/usr/lib64' BUILDSTDERR: libtool: warning: '/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in '/usr/lib64' + rm -vf /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.a /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.la removed '/builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.a' removed '/builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.la' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0-0.6.bzr681.fc29 --unique-debug-suffix -0-0.6.bzr681.fc29.riscv64 --unique-debug-src-base libvterm-0-0.6.bzr681.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/~leonerd/libvterm/trunk extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/bin/unterm extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/bin/vterm-dump extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/bin/vterm-ctrl extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/lib64/libvterm.so.0.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. BUILDSTDERR: 340 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.p3JVXr Processing files: libvterm-0-0.6.bzr681.fc29.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6VAaLI + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + LICENSEDIR=/builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/share/licenses/libvterm + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/share/licenses/libvterm + cp -pr LICENSE /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64/usr/share/licenses/libvterm + exit 0 Provides: libvterm = 0-0.6.bzr681.fc29 libvterm(riscv-64) = 0-0.6.bzr681.fc29 libvterm.so.0()(64bit) 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: libvterm-devel-0-0.6.bzr681.fc29.riscv64 Provides: libvterm-devel = 0-0.6.bzr681.fc29 libvterm-devel(riscv-64) = 0-0.6.bzr681.fc29 pkgconfig(vterm) = 0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libvterm.so.0()(64bit) Processing files: libvterm-tools-0-0.6.bzr681.fc29.riscv64 Provides: libvterm-tools = 0-0.6.bzr681.fc29 libvterm-tools(riscv-64) = 0-0.6.bzr681.fc29 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) libvterm.so.0()(64bit) rtld(GNU_HASH) Processing files: libvterm-debugsource-0-0.6.bzr681.fc29.riscv64 Provides: libvterm-debugsource = 0-0.6.bzr681.fc29 libvterm-debugsource(riscv-64) = 0-0.6.bzr681.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libvterm-debuginfo-0-0.6.bzr681.fc29.riscv64 Provides: debuginfo(build-id) = 00fac3c4f274cdd637873d5a78175d956ff4221f libvterm-debuginfo = 0-0.6.bzr681.fc29 libvterm-debuginfo(riscv-64) = 0-0.6.bzr681.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libvterm-debugsource(riscv-64) = 0-0.6.bzr681.fc29 Processing files: libvterm-tools-debuginfo-0-0.6.bzr681.fc29.riscv64 Provides: debuginfo(build-id) = 364fd8725a709595bc3b01a130ea653daa9c6a7e debuginfo(build-id) = 83006781dfcb8d118bbec684d378c652dad59406 debuginfo(build-id) = c1b510788c93e8972500b06c838903e1a42e0864 libvterm-tools-debuginfo = 0-0.6.bzr681.fc29 libvterm-tools-debuginfo(riscv-64) = 0-0.6.bzr681.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libvterm-debugsource(riscv-64) = 0-0.6.bzr681.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 Wrote: /builddir/build/RPMS/libvterm-0-0.6.bzr681.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libvterm-devel-0-0.6.bzr681.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libvterm-tools-0-0.6.bzr681.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libvterm-debugsource-0-0.6.bzr681.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libvterm-debuginfo-0-0.6.bzr681.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libvterm-tools-debuginfo-0-0.6.bzr681.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ALafBO + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + /usr/bin/rm -rf /builddir/build/BUILDROOT/libvterm-0-0.6.bzr681.fc29.riscv64 + exit 0 Child return code was: 0