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/root-tail.spec'], chrootPath='/var/lib/mock/f29-build-9469-4244/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/root-tail.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/root-tail-1.2-21.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/root-tail.spec'], chrootPath='/var/lib/mock/f29-build-9469-4244/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/root-tail.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.WAukTz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf root-tail-1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/root-tail-1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd root-tail-1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2dUYU1 + umask 022 + cd /builddir/build/BUILD + cd root-tail-1.2 + xmkmf -a imake -DUseInstalled -I/usr/share/X11/config make Makefiles make: Nothing to be done for 'Makefiles'. make includes make: Nothing to be done for 'includes'. make depend gccmakedep -- -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- root-tail.c + make -j4 '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' 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 -c -o root-tail.o root-tail.c BUILDSTDERR: root-tail.c: In function 'main': BUILDSTDERR: root-tail.c:1304:58: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign] BUILDSTDERR: XParseGeometry (argv[++i], &win_x, &win_y, &width, &height); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from root-tail.c:41: BUILDSTDERR: /usr/include/X11/Xlib.h:2857:12: note: expected 'unsigned int *' but argument is of type 'int *' BUILDSTDERR: extern int XParseGeometry( BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: root-tail.c:1304:66: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign] BUILDSTDERR: XParseGeometry (argv[++i], &win_x, &win_y, &width, &height); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from root-tail.c:41: BUILDSTDERR: /usr/include/X11/Xlib.h:2857:12: note: expected 'unsigned int *' but argument is of type 'int *' BUILDSTDERR: extern int XParseGeometry( BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: root-tail.c: In function 'main_loop': BUILDSTDERR: root-tail.c:1254:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (command); BUILDSTDERR: ^~~~~~~~~~~~~~~~ rm -f root-tail gcc -o root-tail -O2 -fno-strict-aliasing -L/usr/lib64 root-tail.o -lXext -lX11 rm -f root-tail._man if test -z "" ; then \ cd `dirname root-tail` && \ ln -s `basename root-tail.man` `basename root-tail._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < root-tail.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >root-tail._man; \ fi + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bUV3HW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 + cd root-tail-1.2 + make install DESTDIR=/builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/bin install -c root-tail /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/bin/root-tail install in . done + make install.man DESTDIR=/builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/man/man1 install -c -m 0444 root-tail._man /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/man/man1/root-tail.1x install.man in . done + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2-21.fc29 --unique-debug-suffix -1.2-21.fc29.riscv64 --unique-debug-src-base root-tail-1.2-21.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/root-tail-1.2 extracting debug info from /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/bin/root-tail /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 93 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 Processing files: root-tail-1.2-21.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YlbCWF + umask 022 + cd /builddir/build/BUILD + cd root-tail-1.2 + DOCDIR=/builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/doc/root-tail + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/doc/root-tail + cp -pr Changes /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/doc/root-tail + cp -pr README /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64/usr/share/doc/root-tail + exit 0 Provides: root-tail = 1.2-21.fc29 root-tail(riscv-64) = 1.2-21.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) libX11.so.6()(64bit) libXext.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: root-tail-debugsource-1.2-21.fc29.riscv64 Provides: root-tail-debugsource = 1.2-21.fc29 root-tail-debugsource(riscv-64) = 1.2-21.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: root-tail-debuginfo-1.2-21.fc29.riscv64 Provides: debuginfo(build-id) = be8a9d530f09eb91909b01d82d6f7eb731430129 root-tail-debuginfo = 1.2-21.fc29 root-tail-debuginfo(riscv-64) = 1.2-21.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: root-tail-debugsource(riscv-64) = 1.2-21.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 Wrote: /builddir/build/RPMS/root-tail-1.2-21.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/root-tail-debugsource-1.2-21.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/root-tail-debuginfo-1.2-21.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.C0Ep33 + umask 022 + cd /builddir/build/BUILD + cd root-tail-1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/root-tail-1.2-21.fc29.riscv64 + exit 0 Child return code was: 0