Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/figlet.spec'], chrootPath='/var/lib/mock/roe1-build-3759-1090/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/figlet.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': 'C.UTF-8'} and shell False warning: Macro expanded in comment on line 1: %global debug_package %{nil} Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/figlet-2.2.5-2.oe1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/figlet.spec'], chrootPath='/var/lib/mock/roe1-build-3759-1090/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/figlet.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': 'C.UTF-8'} and shell False warning: Macro expanded in comment on line 1: %global debug_package %{nil} Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VVFkqW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf figlet-2.2.5/ + /usr/bin/gzip -dc /builddir/build/SOURCES/figlet-2.2.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd figlet-2.2.5/ + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (figlet-fix-man-install-path.patch):' Patch #0 (figlet-fix-man-install-path.patch): + /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.Rc5vHY + umask 022 + cd /builddir/build/BUILD + cd figlet-2.2.5/ + /usr/bin/make -O -j8 V=1 VERBOSE=1 gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o crc.o crc.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o utf8.o utf8.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o zipio.o zipio.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o chkfont.o chkfont.c gcc -o chkfont chkfont.o gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o inflate.o inflate.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/local/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o figlet.o figlet.c In file included from figlet.c:80: figlet.c: In function 'skiptoeol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:361:42: note: in expansion of macro 'Zungetc' 361 | if (dummy != EOF && dummy != '\n') Zungetc(dummy,fp); | ^~~~~~~ figlet.c: In function 'myfgets': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:391:34: note: in expansion of macro 'Zungetc' 391 | if (c != EOF && c != '\n') Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'skipws': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:501:3: note: in expansion of macro 'Zungetc' 501 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readnum': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:529:5: note: in expansion of macro 'Zungetc' 529 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:539:8: note: in expansion of macro 'Zungetc' 539 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:544:5: note: in expansion of macro 'Zungetc' 544 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:551:7: note: in expansion of macro 'Zungetc' 551 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readTchar': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:579:5: note: in expansion of macro 'Zungetc' 579 | Zungetc(thechar,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:603:9: note: in expansion of macro 'Zungetc' 603 | Zungetc(next,fp); | ^~~~~~~ figlet.c: In function 'charsetname': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:628:5: note: in expansion of macro 'Zungetc' 628 | Zungetc(result,fp); | ^~~~~~~ figlet.c: In function 'charset': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:680:3: note: in expansion of macro 'Zungetc' 680 | Zungetc(ch, controlfile); | ^~~~~~~ figlet.c: In function 'readcontrol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:769:11: note: in expansion of macro 'Zungetc' 769 | Zungetc(dashcheck,controlfile); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:787:9: note: in expansion of macro 'Zungetc' 787 | Zungetc(command,controlfile); | ^~~~~~~ gcc -o figlet figlet.o zipio.o crc.o inflate.o utf8.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wmIW1U + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 ++ dirname /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 + cd figlet-2.2.5/ + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 'INSTALL=/usr/bin/install -p' prefix=/usr/ mkdir -p /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//bin mkdir -p /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//share/man/man6 mkdir -p /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//share/figlet cp figlet chkfont figlist showfigfonts /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//bin cp figlet.6 chkfont.6 figlist.6 showfigfonts.6 /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//share/man/man6 cp fonts/*.flf /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//share/figlet cp fonts/*.flc /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr//share/figlet + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.o5YSmZ + umask 022 + cd /builddir/build/BUILD + cd figlet-2.2.5/ + RPM_EC=0 ++ jobs -p + exit 0 Processing files: figlet-2.2.5-2.oe1.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xMttzY + umask 022 + cd /builddir/build/BUILD + cd figlet-2.2.5/ + DOCDIR=/builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/doc/figlet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/doc/figlet + cp -pr CHANGES /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/doc/figlet + cp -pr README /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/doc/figlet + cp -pr FAQ /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/doc/figlet + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.89rzpX + umask 022 + cd /builddir/build/BUILD + cd figlet-2.2.5/ + LICENSEDIR=/builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/licenses/figlet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/licenses/figlet + cp -pr LICENSE /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64/usr/share/licenses/figlet + RPM_EC=0 ++ jobs -p + exit 0 Provides: figlet = 2.2.5-2.oe1 figlet(riscv-64) = 2.2.5-2.oe1 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 Wrote: /builddir/build/RPMS/figlet-2.2.5-2.oe1.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TtJ1QW + umask 022 + cd /builddir/build/BUILD + cd figlet-2.2.5/ + /usr/bin/rm -rf /builddir/build/BUILDROOT/figlet-2.2.5-2.oe1.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0