Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/hyperrogue.spec'], shell=Falselogger=timeout=172800printOutput=FalsechrootPath='/var/lib/mock/f26-build-8575019-751166/root'uid=1000env={'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '}nspawn_args=[]user='mockbuild'gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/hyperrogue.spec'] with env {'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/hyperrogue-8.3-4.j.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/hyperrogue.spec'], shell=Falselogger=timeout=172800printOutput=FalsechrootPath='/var/lib/mock/f26-build-8575019-751166/root'uid=1000env={'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '}nspawn_args=[]user='mockbuild'gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/hyperrogue.spec'] with env {'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.25ATZg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hyperrogue-83j + /usr/bin/unzip -qq /builddir/build/SOURCES/hyperrogue-83j.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd hyperrogue-83j + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (hyperrogue.fixfontlocation.patch): + echo 'Patch #0 (hyperrogue.fixfontlocation.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/graph.cpp Patch #1 (hyperrogue.fixflags.patch): + echo 'Patch #1 (hyperrogue.fixflags.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/Makefile + rm -f src/glew.c + sed -i s+./hyperrogue-music.txt+/usr/share/hyperrogue/hyperrogue-music.txt+g src/graph.cpp + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cEoEr1 ~/build/BUILD/hyperrogue-83j/src ~/build/BUILD/hyperrogue-83j + umask 022 + cd /builddir/build/BUILD + cd hyperrogue-83j + pushd src/ + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC' 'CPPFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' g++ langen.cpp -o langen gcc savepng.c -c -o savepng-loc.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC ./langen > language-data.cpp g++ hyper.cpp -c -o hyper.o -DFHS -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O3 -DLINUX In file included from hyper.cpp:86:0: hyperpoint.cpp: In function 'void display(const transmatrix&)': hyperpoint.cpp:311:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int x=0; x<3; x++) printf("%10.7f", double(squar(T[0][x]) + squar(T[1][x]) - squar(T[2][x]))); printf("\n"); ^~~ hyperpoint.cpp:311:102: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int x=0; x<3; x++) printf("%10.7f", double(squar(T[0][x]) + squar(T[1][x]) - squar(T[2][x]))); printf("\n"); ^~~~~~ In file included from hyper.cpp:104:0: landgen.cpp: In function 'void buildAnotherEquidistant(cell*)': landgen.cpp:1683:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<10; i++) printf("%d ", mpd[i]); printf("\n"); ^~~ landgen.cpp:1683:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<10; i++) printf("%d ", mpd[i]); printf("\n"); ^~~~~~ landgen.cpp: In function 'void generateAlts(heptagon*)': landgen.cpp:4326:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<7; i++) printf("%p ", h->alt->move[i]); printf(" ALT\n"); ^~~ landgen.cpp:4326:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<7; i++) printf("%p ", h->alt->move[i]); printf(" ALT\n"); ^~~~~~ landgen.cpp:4327:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<7; i++) printf("%p ", h->move[i]); printf(" REAL\n"); ^~~ landgen.cpp:4327:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<7; i++) printf("%p ", h->move[i]); printf(" REAL\n"); ^~~~~~ landgen.cpp:4328:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<7; i++) printf("%p ", h->move[i]->alt); printf(" REAL ALT\n"); ^~~ landgen.cpp:4328:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<7; i++) printf("%p ", h->move[i]->alt); printf(" REAL ALT\n"); ^~~~~~ In file included from hyper.cpp:106:0: system.cpp: In function 'void saveStats(bool)': system.cpp:565:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<10; i++) fprintf(f, " %d", explore[i]); fprintf(f, "\n"); ^~~ system.cpp:565:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<10; i++) fprintf(f, " %d", explore[i]); fprintf(f, "\n"); ^~~~~~~ system.cpp: In function 'void loadsave()': system.cpp:620:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(fscanf(f, "%s", buf) <= 0) break; sc.ver = buf; ^~ system.cpp:620:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(fscanf(f, "%s", buf) <= 0) break; sc.ver = buf; ^~ In file included from hyper.cpp:112:0: polygons.cpp: In function 'void drawqueue()': polygons.cpp:250:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int x=0; x<3; x++) mat[id++] = 0; mat[id++] = 1; ^~~ polygons.cpp:250:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int x=0; x<3; x++) mat[id++] = 0; mat[id++] = 1; ^~~ polygons.cpp: In function 'void queuestr(int, int, int, int, std::__cxx11::string, int, int)': polygons.cpp:10027:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i2*vid.xres) x=2*vid.xres; ^~ graph.cpp:716:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(x<-vid.xres) x=-vid.xres; if(x>2*vid.xres) x=2*vid.xres; ^~ graph.cpp:717:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(y<-vid.yres) y=-vid.yres; if(y>2*vid.yres) y=2*vid.yres; ^~ graph.cpp:717:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(y<-vid.yres) y=-vid.yres; if(y>2*vid.yres) y=2*vid.yres; ^~ graph.cpp: In function 'void drawline(const hyperpoint&, int, int, int, const hyperpoint&, int, int, int)': graph.cpp:846:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<2; i++) glcoords[qglcoords][i] = H1[i]; glcoords[qglcoords][2] = EUCSCALE; ^~~ graph.cpp:846:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<2; i++) glcoords[qglcoords][i] = H1[i]; glcoords[qglcoords][2] = EUCSCALE; ^~~~~~~~ graph.cpp: In function 'void drawline(const hyperpoint&, const hyperpoint&, int)': graph.cpp:930:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<2; i++) glcoords[qglcoords][i] = H2[i]; glcoords[qglcoords][2] = EUCSCALE; ^~~ graph.cpp:930:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<2; i++) glcoords[qglcoords][i] = H2[i]; glcoords[qglcoords][2] = EUCSCALE; ^~~~~~~~ In file included from graph.cpp:1139:0, from hyper.cpp:120: rug.cpp: In function 'void rug::preset(rug::rugpoint*)': rug.cpp:235:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0; i<3; i++) h[i] += res[i]; q++; ^~~ rug.cpp:235:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0; i<3; i++) h[i] += res[i]; q++; ^ In file included from hyper.cpp:120:0: graph.cpp: In function 'void loadScores()': graph.cpp:4672:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(fscanf(f, "%s", buf) <= 0) break; sc.ver = buf; ^~ graph.cpp:4672:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(fscanf(f, "%s", buf) <= 0) break; sc.ver = buf; ^~ graph.cpp: In function 'std::__cxx11::string displayfor(score*)': graph.cpp:4640:8: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 0 and 8 [-Wformat-truncation=] string displayfor(score* S) { ^~~~~~~~~~ graph.cpp:4640:8: note: directive argument in the range [-59, 59] In file included from /usr/include/stdio.h:939:0, from hyper.cpp:30: /usr/include/bits/stdio2.h:65:44: note: '__builtin___snprintf_chk' output between 5 and 14 bytes into a destination of size 10 __bos (__s), __fmt, __va_arg_pack ()); ^ g++ savepng-loc.o hyper.o -o hyper -lSDL -lSDL_ttf -lSDL_mixer -lSDL_gfx -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lGL -lpng + popd ~/build/BUILD/hyperrogue-83j + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SNOGH5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 ++ dirname /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 + cd hyperrogue-83j + mkdir -p /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/bin + install -pDm755 -p src/hyper /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/bin/hyperrogue + mkdir -p /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/hyperrogue + install -pDm644 hr3-caves.ogg hr3-crossroads.ogg hr3-desert.ogg hr3-graveyard.ogg hr3-hell.ogg hr3-icyland.ogg hr3-jungle.ogg hr3-laboratory.ogg hr3-mirror.ogg hr3-motion.ogg hr3-rlyeh.ogg /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/hyperrogue/ + install -pDm644 hyperrogue-music.txt /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/hyperrogue/ + desktop-file-install --dir=/builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/applications /builddir/build/SOURCES/hyperrogue.desktop + mkdir -p /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/pixmaps/ + install -pDm644 /builddir/build/SOURCES/bigicon-osx.png /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/pixmaps/hyperrogue.png + mkdir /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/appdata/ + install -pDm644 /builddir/build/SOURCES/hyperrogue.appdata.xml /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/share/appdata/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/hyperrogue-83j extracting debug info from /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64/usr/bin/hyperrogue dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 4419 blocks + /usr/lib/rpm/check-buildroot + /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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.snWQPG + umask 022 + cd /builddir/build/BUILD + cd hyperrogue-83j + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64//usr/share/appdata/hyperrogue.appdata.xml /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64//usr/share/appdata/hyperrogue.appdata.xml: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. OK + exit 0 Processing files: hyperrogue-8.3-4.j.fc26.aarch64 Provides: appdata() appdata(hyperrogue.appdata.xml) application() application(hyperrogue.desktop) bundled(mtrand) bundled(savepng) hyperrogue = 8.3-4.j.fc26 hyperrogue(aarch-64) = 8.3-4.j.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libGL.so.1()(64bit) libSDL-1.2.so.0()(64bit) libSDL_gfx.so.15()(64bit) libSDL_mixer-1.2.so.0()(64bit) libSDL_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libgcc_s.so.1(GCC_4.5.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Recommends: hyperrogue-music Processing files: hyperrogue-music-8.3-4.j.fc26.noarch Provides: hyperrogue-music = 8.3-4.j.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hyperrogue-debuginfo-8.3-4.j.fc26.aarch64 Provides: hyperrogue-debuginfo = 8.3-4.j.fc26 hyperrogue-debuginfo(aarch-64) = 8.3-4.j.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 Wrote: /builddir/build/RPMS/hyperrogue-8.3-4.j.fc26.aarch64.rpm Wrote: /builddir/build/RPMS/hyperrogue-music-8.3-4.j.fc26.noarch.rpm Wrote: /builddir/build/RPMS/hyperrogue-debuginfo-8.3-4.j.fc26.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tUcspq + umask 022 + cd /builddir/build/BUILD + cd hyperrogue-83j + /usr/bin/rm -rf /builddir/build/BUILDROOT/hyperrogue-8.3-4.j.fc26.aarch64 + exit 0 Child return code was: 0