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/musca.spec'], chrootPath='/var/lib/mock/f31-build-112798-34295/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/musca.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=1564012800 Wrote: /builddir/build/SRPMS/musca-0.9.24-18.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/musca.spec'], chrootPath='/var/lib/mock/f31-build-112798-34295/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/musca.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=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8QuMuD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf musca-0.9.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/musca-0.9.24.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd musca-0.9.24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (dmenu_run.patch):' Patch #0 (dmenu_run.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file config.h + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.inf6GC + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + make -j4 cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o musca musca.c BUILDSTDERR: musca.c: In function 'sanity_head': BUILDSTDERR: musca.c:442:7: warning: variable 'found' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 442 | int found = 0; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from musca.c:27: BUILDSTDERR: musca.c: In function 'frames_bordering': BUILDSTDERR: musca.h:181:27: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 181 | #define FOR_RING(d,v,f,i) for ((v) = (f), (i) = 0; (f) && (v) && (!(i) || (v) != (f)); (v) = (d) ? (v)->next: (v)->prev, (i)++) BUILDSTDERR: | ^~~ BUILDSTDERR: musca.c:1346:2: note: in expansion of macro 'FOR_RING' BUILDSTDERR: 1346 | FOR_RING (NEXT, f, t->frames, fc); fc++; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: musca.c:1346:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 1346 | FOR_RING (NEXT, f, t->frames, fc); fc++; BUILDSTDERR: | ^~ BUILDSTDERR: musca.c: In function 'frame_grow': BUILDSTDERR: musca.c:1676:8: warning: variable 'changes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1676 | ubyte changes = 0; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: musca.c: In function 'group_resize': BUILDSTDERR: musca.c:1992:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1992 | else if (l > ta->l) { frames_make_gap(ta, ta->l, ta->t, l - ta->l, sh - ta->b); ta->l = l; } BUILDSTDERR: | ^~~~ BUILDSTDERR: musca.c:1993:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 1993 | if (r < ta->r) { frames_fill_gap(ta, sw - ta->r, ta->t, ta->r - r, sh - ta->b, FRAMES_ALL); ta->r = r; } BUILDSTDERR: | ^~ BUILDSTDERR: musca.c:1994:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1994 | else if (r > ta->r) { frames_make_gap(ta, sw - r, ta->t, r - ta->r, sh - ta->b); ta->r = r; } BUILDSTDERR: | ^~~~ BUILDSTDERR: musca.c:1995:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 1995 | if (t < ta->t) { frames_fill_gap(ta, ta->l, t, sw - ta->l - ta->r, ta->t - t, FRAMES_ALL); ta->t = t; } BUILDSTDERR: | ^~ BUILDSTDERR: musca.c:1996:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1996 | else if (t > ta->t) { frames_make_gap(ta, ta->l, ta->t, sw - ta->l - ta->r, t - ta->t); ta->t = t; } BUILDSTDERR: | ^~~~ BUILDSTDERR: musca.c:1997:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 1997 | if (b < ta->b) { frames_fill_gap(ta, ta->l, sh - ta->b, sw - ta->l - ta->r, ta->b - b, FRAMES_ALL); ta->b = b; } BUILDSTDERR: | ^~ BUILDSTDERR: musca.c: In function 'com_frame_split': BUILDSTDERR: musca.c:2203:19: warning: variable 'ss' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2203 | ucell fs = f->h, ss = sh; ubyte dir = VERTICAL; BUILDSTDERR: | ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o apis apis.c BUILDSTDERR: apis.c: In function 'window_struts': BUILDSTDERR: apis.c:524:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 524 | if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c:524:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 524 | if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c: In function 'window_configure': BUILDSTDERR: apis.c:886:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 886 | if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c:886:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 886 | if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c:887:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 887 | if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c:887:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 887 | if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; BUILDSTDERR: | ^~ BUILDSTDERR: apis.c: In function 'update_struts': BUILDSTDERR: apis.c:1113:7: warning: variable 'ok' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1113 | bool ok = 0; BUILDSTDERR: | ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o xlisten xlisten.c + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GDxOnD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 + cd musca-0.9.24 + rm -rf /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/bin + install -p -m 0755 musca /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/share/man/man1 + install -p -m 0644 musca.1 /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64//usr/share/xsessions/ + cat + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.24-18.fc31 --unique-debug-suffix -0.9.24-18.fc31.riscv64 --unique-debug-src-base musca-0.9.24-18.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/musca-0.9.24 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/bin/musca extracting debug info from /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/bin/musca original debug info size: 188kB, size after compression: 184kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 274 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: musca-0.9.24-18.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pPz7AB + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + DOCDIR=/builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/share/doc/musca + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/share/doc/musca + cp -pr gpl.txt /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64/usr/share/doc/musca + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: musca = 0.9.24-18.fc31 musca(riscv-64) = 0.9.24-18.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: musca-debugsource-0.9.24-18.fc31.riscv64 Provides: musca-debugsource = 0.9.24-18.fc31 musca-debugsource(riscv-64) = 0.9.24-18.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: musca-debuginfo-0.9.24-18.fc31.riscv64 Provides: debuginfo(build-id) = 320df2522c84639aef9690d024589223b1f00be6 musca-debuginfo = 0.9.24-18.fc31 musca-debuginfo(riscv-64) = 0.9.24-18.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: musca-debugsource(riscv-64) = 0.9.24-18.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 Wrote: /builddir/build/RPMS/musca-debugsource-0.9.24-18.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/musca-debuginfo-0.9.24-18.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/musca-0.9.24-18.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pelECA + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + /usr/bin/rm -rf /builddir/build/BUILDROOT/musca-0.9.24-18.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0