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/xgrav.spec'], chrootPath='/var/lib/mock/f29-build-23968-12198/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=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/xgrav.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 Wrote: /builddir/build/SRPMS/xgrav-1.2.0-23.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/xgrav.spec'], chrootPath='/var/lib/mock/f29-build-23968-12198/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=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/xgrav.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1n3YGx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xgrav + /usr/bin/gzip -dc /builddir/build/SOURCES/xgrav-1.2.0.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xgrav + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -x COPYING + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IwgYd1 + umask 022 + cd /builddir/build/BUILD + cd xgrav BUILDSTDERR: ++ pkg-config --cflags sdl BUILDSTDERR: ++ pkg-config --libs sdl BUILDSTDERR: ++ pkg-config --libs x11 + make 'LINUX_CFLAGS=-c -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 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DWITH_ROOTWINDOW' 'LINUX_LDFLAGS=-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 -lSDL -lpthread -lGL -lX11 -lm' gcc -c xgrav.c -o xgrav.o -c -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 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DWITH_ROOTWINDOW -DVERSION="\"`cat VERSION`\"" BUILDSTDERR: xgrav.c: In function 'main': BUILDSTDERR: xgrav.c:667:9: warning: unused variable 'n' [-Wunused-variable] BUILDSTDERR: int n,c,c2; BUILDSTDERR: ^ BUILDSTDERR: xgrav.c:211:12: warning: variable 'r' set but not used [-Wunused-but-set-variable] BUILDSTDERR: SDL_Rect r; BUILDSTDERR: ^ BUILDSTDERR: xgrav.c:209:18: warning: unused variable 'v' [-Wunused-variable] BUILDSTDERR: double dx,dy,d,v; BUILDSTDERR: ^ BUILDSTDERR: xgrav.c:208:13: warning: unused variable 'c' [-Wunused-variable] BUILDSTDERR: int x2,y2,c; BUILDSTDERR: ^ BUILDSTDERR: xgrav.c: In function 'interact': BUILDSTDERR: xgrav.c:783:10: warning: unused variable 'rep' [-Wunused-variable] BUILDSTDERR: double rep; BUILDSTDERR: ^~~ BUILDSTDERR: xgrav.c: In function 'slave_thread_fn': BUILDSTDERR: xgrav.c:1009:7: warning: unused variable 'id' [-Wunused-variable] BUILDSTDERR: int id=*((int*) arg); BUILDSTDERR: ^~ BUILDSTDERR: xgrav.c: In function 'log2i': BUILDSTDERR: xgrav.c:888:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: xgrav.c: In function 'main': BUILDSTDERR: xgrav.c:450:8: warning: 'filename' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: file=fopen(filename,"a"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ flex lex.l gcc -c -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 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DWITH_ROOTWINDOW -DVERSION="\"`cat VERSION`\"" grammar.c BUILDSTDERR: In file included from grammar.y:24: BUILDSTDERR: lex.l: In function 'yylex': BUILDSTDERR: lex.l:56:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: {pos_float} {*((float*)&yylval)=(float)atof(yytext); return FLOAT;} BUILDSTDERR: ~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from grammar.y:24: BUILDSTDERR: lex.l:57:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: {neg_float} {*((float*)&yylval)=(float)atof(yytext); return FLOAT;} BUILDSTDERR: ~^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from grammar.y:24: BUILDSTDERR: At top level: BUILDSTDERR: lex.yy.c:1426:16: warning: 'input' defined but not used [-Wunused-function] BUILDSTDERR: static int input (void) BUILDSTDERR: ^~~~~ BUILDSTDERR: lex.yy.c:1383:17: warning: 'yyunput' defined but not used [-Wunused-function] BUILDSTDERR: static void yyunput (int c, char * yy_bp ) BUILDSTDERR: ^~~~~~~ gcc xgrav.o grammar.o -o xgrav -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 -lSDL -lpthread -lGL -lX11 -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SZp3qE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 + cd xgrav + mkdir -p /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/bin + install -p -m 755 xgrav /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/bin/xgrav + mkdir -p /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/xgrav + install -p -m 644 example1.g example2.g /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/xgrav + sed 's;/usr/share;/usr/share;' /builddir/build/SOURCES/xgrav.desktop + mkdir -p /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/applications xgrav.desktop + mkdir -p /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/icons/hicolor/32x32/apps + install -p -m 644 /builddir/build/SOURCES/xgrav.png /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/icons/hicolor/32x32/apps + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.0-23.fc29 --unique-debug-suffix -1.2.0-23.fc29.riscv64 --unique-debug-src-base xgrav-1.2.0-23.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/xgrav extracting debug info from /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/bin/xgrav /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 282 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: xgrav-1.2.0-23.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.imDbat + umask 022 + cd /builddir/build/BUILD + cd xgrav + DOCDIR=/builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr COPYING /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr documentation.html /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr README /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr README.html /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr TODO /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + cp -pr VERSION /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64/usr/share/doc/xgrav + exit 0 Provides: application() application(xgrav.desktop) xgrav = 1.2.0-23.fc29 xgrav(riscv-64) = 1.2.0-23.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) libGL.so.1()(64bit) libSDL-1.2.so.0()(64bit) 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: xgrav-debugsource-1.2.0-23.fc29.riscv64 Provides: xgrav-debugsource = 1.2.0-23.fc29 xgrav-debugsource(riscv-64) = 1.2.0-23.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xgrav-debuginfo-1.2.0-23.fc29.riscv64 Provides: debuginfo(build-id) = a4600699be956c5f1aed171581c27b640cf91347 xgrav-debuginfo = 1.2.0-23.fc29 xgrav-debuginfo(riscv-64) = 1.2.0-23.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xgrav-debugsource(riscv-64) = 1.2.0-23.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 Wrote: /builddir/build/RPMS/xgrav-1.2.0-23.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/xgrav-debugsource-1.2.0-23.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/xgrav-debuginfo-1.2.0-23.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nOIJGu + umask 022 + cd /builddir/build/BUILD + cd xgrav + /usr/bin/rm -rf /builddir/build/BUILDROOT/xgrav-1.2.0-23.fc29.riscv64 + exit 0 Child return code was: 0