Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/logiweb.spec'], chrootPath='/var/lib/mock/f33-build-295585-55515/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=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/logiweb.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=1595894400 Wrote: /builddir/build/SRPMS/logiweb-0.2.12-11.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/logiweb.spec'], chrootPath='/var/lib/mock/f33-build-295585-55515/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=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/logiweb.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=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5eS2J5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf logiweb-0.2.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/logiweb-0.2.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd logiweb-0.2.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iuLxt4 + umask 022 + cd /builddir/build/BUILD + cd logiweb-0.2.12 + rm -f src/pages.c + ulimit -s unlimited + make 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' make -C src all make[1]: Entering directory '/builddir/build/BUILD/logiweb-0.2.12/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -ldl -DVERSION=0.2.12 -DNOPAGES -o lgwam0 lgwam.c lgwam.c: In function 'compile_cache': lgwam.c:5772:7: warning: unused variable 'diagnose1' [-Wunused-variable] 5772 | pnt diagnose1; | ^~~~~~~~~ lgwam.c: In function 'msg2hash': lgwam.c:7009:22: warning: pointer targets in passing argument 2 of 'ripemd_update' differ in signedness [-Wpointer-sign] 7009 | ripemd_update(&ctx,message,strlen(message)); | ^~~~~~~ | | | char * lgwam.c:6897:58: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 6897 | void ripemd_update(struct ripemd_ctx *ctx, mutils_word8 *buffer, mutils_word32 len) | ^ lgwam.c:7007:7: warning: unused variable 'i' [-Wunused-variable] 7007 | pnt i; | ^ lgwam.c: In function 'deffAddLet': lgwam.c:26280:7: warning: unused variable 'root' [-Wunused-variable] 26280 | pnt root,v1,v2; | ^~~~ lgwam.c: In function 'deffParseRHS1': lgwam.c:26316:7: warning: unused variable 'rhs' [-Wunused-variable] 26316 | pnt rhs; | ^~~ lgwam.c: In function 'deffParseRHS': lgwam.c:26362:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 26362 | if(deffIn='('){deffGetChar();return deffParseRHS1();} | ^~~~~~ lgwam.c: In function 'deffAddDef': lgwam.c:26379:15: warning: unused variable 'def1' [-Wunused-variable] 26379 | pnt idx,def,def1; | ^~~~ lgwam.c: In function 'deffParseIntro': lgwam.c:26430:23: warning: unused variable 'def1' [-Wunused-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~~ lgwam.c:26430:19: warning: unused variable 'def' [-Wunused-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~ lgwam.c:26430:11: warning: variable 'idx' set but not used [-Wunused-but-set-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~ echo "0.2.12" > version mkdir -p tmp ./lgwam0 deff boot.deff pages.c lgc tmp/base.lgr tmp/lgc.lgr Parsing deff-lisp program Compiling deff-lisp program Executing deff-lisp program Preprocessing base.lgs Compiling base Parsing base Vectorizing base Header reference matches body. Using header reference. 1st reading 2nd reading 3rd reading 4th reading 5th reading 6th reading 7th reading 8th reading 9th reading Preprocessing lgc.lgs Compiling lgc Parsing lgc Vectorizing lgc Header reference matches body. Using header reference. 1st reading 2nd reading 3rd reading Generating output files Generating pages.c Outputting files gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -ldl -DVERSION=0.2.12 -o lgwam lgwam.c lgwam.c: In function 'compile_cache': lgwam.c:5773:7: warning: unused variable 'i' [-Wunused-variable] 5773 | pnt i; | ^ lgwam.c: In function 'msg2hash': lgwam.c:7009:22: warning: pointer targets in passing argument 2 of 'ripemd_update' differ in signedness [-Wpointer-sign] 7009 | ripemd_update(&ctx,message,strlen(message)); | ^~~~~~~ | | | char * lgwam.c:6897:58: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 6897 | void ripemd_update(struct ripemd_ctx *ctx, mutils_word8 *buffer, mutils_word32 len) | ^ lgwam.c:7007:7: warning: unused variable 'i' [-Wunused-variable] 7007 | pnt i; | ^ lgwam.c: In function 'deffAddLet': lgwam.c:26280:7: warning: unused variable 'root' [-Wunused-variable] 26280 | pnt root,v1,v2; | ^~~~ lgwam.c: In function 'deffParseRHS1': lgwam.c:26316:7: warning: unused variable 'rhs' [-Wunused-variable] 26316 | pnt rhs; | ^~~ lgwam.c: In function 'deffParseRHS': lgwam.c:26362:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 26362 | if(deffIn='('){deffGetChar();return deffParseRHS1();} | ^~~~~~ lgwam.c: In function 'deffAddDef': lgwam.c:26379:15: warning: unused variable 'def1' [-Wunused-variable] 26379 | pnt idx,def,def1; | ^~~~ lgwam.c: In function 'deffParseIntro': lgwam.c:26430:23: warning: unused variable 'def1' [-Wunused-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~~ lgwam.c:26430:19: warning: unused variable 'def' [-Wunused-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~ lgwam.c:26430:11: warning: variable 'idx' set but not used [-Wunused-but-set-variable] 26430 | pnt lhs,idx,rhs,def,def1; | ^~~ make[1]: Leaving directory '/builddir/build/BUILD/logiweb-0.2.12/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GmQOv5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 + cd logiweb-0.2.12 + make DESTDIR=/builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 BINDIR=/builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin MANDIR=/builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/man DOCDIR=/builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb install make -C src install make[1]: Entering directory '/builddir/build/BUILD/logiweb-0.2.12/src' mkdir -p /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin cp --preserve=timestamps -f lgwam /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin cp --preserve=timestamps -f lgc /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/man cp --preserve=timestamps -r -f man/* /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/man mkdir -p /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb/examples cp --preserve=timestamps -r -f testsuite/pages/* /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb/examples cp --preserve=timestamps -r -f *.lgs /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb/examples cp --preserve=timestamps -f logiweb.* /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb/examples cp --preserve=timestamps -f version /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb/examples make[1]: Leaving directory '/builddir/build/BUILD/logiweb-0.2.12/src' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.2.12-11.fc33 --unique-debug-suffix -0.2.12-11.fc33.riscv64 --unique-debug-src-base logiweb-0.2.12-11.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/logiweb-0.2.12 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin/lgwam extracting debug info from /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/bin/lgwam original debug info size: 3532kB, size after compression: 3516kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 45220 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: logiweb-0.2.12-11.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.B0LvM7 + umask 022 + cd /builddir/build/BUILD + cd logiweb-0.2.12 + DOCDIR=/builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + cp -pr README /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + cp -pr COPYING /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + cp -pr CHANGELOG /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + cp -pr TODO /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64/usr/share/doc/logiweb + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/share/doc/logiweb Provides: logiweb = 0.2.12-11.fc33 logiweb(riscv-64) = 0.2.12-11.fc33 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) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: logiweb-debugsource-0.2.12-11.fc33.riscv64 Provides: logiweb-debugsource = 0.2.12-11.fc33 logiweb-debugsource(riscv-64) = 0.2.12-11.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: logiweb-debuginfo-0.2.12-11.fc33.riscv64 Provides: debuginfo(build-id) = 66bf66573a362823492e5338a369d922f9d51f2b logiweb-debuginfo = 0.2.12-11.fc33 logiweb-debuginfo(riscv-64) = 0.2.12-11.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: logiweb-debugsource(riscv-64) = 0.2.12-11.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 Wrote: /builddir/build/RPMS/logiweb-debuginfo-0.2.12-11.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/logiweb-0.2.12-11.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/logiweb-debugsource-0.2.12-11.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eKntX6 + umask 022 + cd /builddir/build/BUILD + cd logiweb-0.2.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/logiweb-0.2.12-11.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0