Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.spec'], gid=425chrootPath='/var/lib/mock/f27-build-9126979-768963/root'env={'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}printOutput=Falseshell=Falsenspawn_args=[]timeout=172800logger=user='mockbuild'uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.spec'], gid=425chrootPath='/var/lib/mock/f27-build-9126979-768963/root'env={'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}printOutput=Falseshell=Falsenspawn_args=[]timeout=172800logger=user='mockbuild'uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k3UUvL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/gzip -dc /builddir/build/SOURCES/abbayedesmorts-gpl-2.0.1-9ce56f6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/abbayedesmorts-gpl-2.0.1-ldflags.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Glaquh + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + export '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 -m64' + 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 -m64' + export 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + make -j4 cc -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 -m64 `sdl2-config --cflags` -DDATADIR="\"/usr/share/abbayev2\"" -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld src/drawing.c src/ending.c src/enemies.c src/game.c src/gameover.c src/history.c src/jean.c src/loading.c src/main.c src/startscreen.c -o abbayev2 `sdl2-config --libs` -lSDL2_image -lSDL2_mixer -lm src/game.c: In function 'game': src/game.c:54:2: warning: implicit declaration of function 'loadingmusic'; did you mean 'Mix_FadingMusic'? [-Wimplicit-function-declaration] loadingmusic(bso,fx); ^~~~~~~~~~~~ Mix_FadingMusic src/game.c:57:2: warning: implicit declaration of function 'loaddata' [-Wimplicit-function-declaration] loaddata(stagedata,enemydata); ^~~~~~~~ src/game.c:137:23: warning: pointer targets in passing argument 2 of 'animation' differ in signedness [-Wpointer-sign] animation(stagedata,room,counter); ^~~~ src/game.c:18:6: note: expected 'int *' but argument is of type 'uint * {aka unsigned int *}' void animation (uint stagedata[][22][32],int room[],int counter[]); ^~~~~~~~~ src/game.c:137:28: warning: pointer targets in passing argument 3 of 'animation' differ in signedness [-Wpointer-sign] animation(stagedata,room,counter); ^~~~~~~ src/game.c:18:6: note: expected 'int *' but argument is of type 'uint * {aka unsigned int *}' void animation (uint stagedata[][22][32],int room[],int counter[]); ^~~~~~~~~ src/game.c:140:3: warning: implicit declaration of function 'drawscreen'; did you mean 'changescreen'? [-Wimplicit-function-declaration] drawscreen(renderer,stagedata,tiles,room,counter,changeflag,fx,changetiles); ^~~~~~~~~~ changescreen src/game.c:144:4: warning: implicit declaration of function 'statusbar' [-Wimplicit-function-declaration] statusbar(renderer,tiles,room,jean.state[0],jean.state[1],fonts,changetiles); ^~~~~~~~~ src/game.c:148:4: warning: implicit declaration of function 'drawjean' [-Wimplicit-function-declaration] drawjean (renderer,tiles,&jean,counter,fx,changetiles); ^~~~~~~~ src/game.c:153:5: warning: implicit declaration of function 'movenemies' [-Wimplicit-function-declaration] movenemies (&enemies,stagedata,counter,proyec,jean,fx); ^~~~~~~~~~ src/game.c:155:5: warning: implicit declaration of function 'crusaders'; did you mean 'counters'? [-Wimplicit-function-declaration] crusaders (&enemies,renderer,tiles,counter,room,changetiles); ^~~~~~~~~ counters src/game.c:157:5: warning: implicit declaration of function 'dragon'; did you mean 'daemon'? [-Wimplicit-function-declaration] dragon (&enemies,renderer,tiles,counter,proyec,fx,changetiles); ^~~~~~ daemon src/game.c:159:5: warning: implicit declaration of function 'fireball'; did you mean 'frexpl'? [-Wimplicit-function-declaration] fireball (&enemies,renderer,tiles,counter,jean,stagedata,changetiles); ^~~~~~~~ frexpl src/game.c:161:5: warning: implicit declaration of function 'plants'; did you mean 'events'? [-Wimplicit-function-declaration] plants (&enemies,renderer,tiles,counter,proyec,fx,changetiles); ^~~~~~ events src/game.c:163:5: warning: implicit declaration of function 'drawrope' [-Wimplicit-function-declaration] drawrope (enemies,renderer,tiles,changetiles); ^~~~~~~~ src/game.c:165:5: warning: implicit declaration of function 'death' [-Wimplicit-function-declaration] death (&enemies,renderer,tiles,counter,proyec,stagedata,fx,changetiles); ^~~~~ src/game.c:167:5: warning: implicit declaration of function 'satan'; did you mean 'atan'? [-Wimplicit-function-declaration] satan (&enemies,renderer,tiles,counter,proyec,fx,changetiles); ^~~~~ atan src/game.c:170:4: warning: implicit declaration of function 'drawenemies' [-Wimplicit-function-declaration] drawenemies (&enemies,renderer,tiles,fx,changetiles); ^~~~~~~~~~~ src/game.c:175:5: warning: implicit declaration of function 'drawshoots' [-Wimplicit-function-declaration] drawshoots (proyec,tiles,renderer,&enemies,changetiles); ^~~~~~~~~~ src/game.c:184:6: warning: implicit declaration of function 'collisions'; did you mean 'copysignl'? [-Wimplicit-function-declaration] collisions (&jean,stagedata,room); ^~~~~~~~~~ copysignl src/game.c:185:6: warning: implicit declaration of function 'movejean' [-Wimplicit-function-declaration] movejean (&jean,fx); ^~~~~~~~ src/game.c:188:5: warning: implicit declaration of function 'touchobj' [-Wimplicit-function-declaration] touchobj (&jean,stagedata,room,&parchment,&changeflag,&enemies,proyec,fx); ^~~~~~~~ src/game.c:189:5: warning: implicit declaration of function 'contact'; did you mean 'control'? [-Wimplicit-function-declaration] contact (&jean,enemies,proyec,room); ^~~~~~~ control src/game.c:229:5: warning: implicit declaration of function 'searchenemies' [-Wimplicit-function-declaration] searchenemies (room,&enemies,&changeflag,enemydata); ^~~~~~~~~~~~~ src/game.c:239:4: warning: implicit declaration of function 'showparchment' [-Wimplicit-function-declaration] showparchment (renderer,&parchment); ^~~~~~~~~~~~~ src/game.c:241:4: warning: implicit declaration of function 'redparchment'; did you mean 'renameat'? [-Wimplicit-function-declaration] redparchment (renderer,&jean); ^~~~~~~~~~~~ renameat src/game.c:243:4: warning: implicit declaration of function 'blueparchment' [-Wimplicit-function-declaration] blueparchment (renderer,&jean); ^~~~~~~~~~~~~ src/loading.c: In function 'loaddata': src/loading.c:19:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 129, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:20:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 129, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:31:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 129, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:33:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line, 129, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:40:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line2, 61, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:41:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line2, 61, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:52:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line2, 61, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/loading.c:54:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (line2, 61, datafile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c: In function 'main': src/main.c:31:12: warning: implicit declaration of function 'startscreen' [-Wimplicit-function-declaration] case 0: startscreen(screen,&state,&grapset,&fullscreen); ^~~~~~~~~~~ src/main.c:33:12: warning: implicit declaration of function 'history' [-Wimplicit-function-declaration] case 1: history(screen,&state,&grapset,&fullscreen); ^~~~~~~ src/main.c:35:12: warning: implicit declaration of function 'game'; did you mean 'gamma'? [-Wimplicit-function-declaration] case 2: game(screen,&state,&grapset,&fullscreen); ^~~~ gamma src/main.c:37:12: warning: implicit declaration of function 'gameover'; did you mean 'memmove'? [-Wimplicit-function-declaration] case 3: gameover(screen,&state); ^~~~~~~~ memmove src/main.c:39:12: warning: implicit declaration of function 'ending'; did you mean 'stdin'? [-Wimplicit-function-declaration] case 4: ending(screen,&state); ^~~~~~ stdin + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KU5BsO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 ++ dirname /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/bin cp abbayev2 /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/bin mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/applications cp abbaye.desktop /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/applications mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/sounds cp ./sounds/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/sounds mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/data cp ./data/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/data mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/pixmaps cp abbaye.png /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/pixmaps mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/graphics cp -r ./graphics/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/abbayev2/graphics + desktop-file-validate /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/applications/abbaye.desktop + install -d /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/appdata + install -p -m 644 /builddir/build/SOURCES/abbaye.appdata.xml /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/appdata + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64//usr/share/appdata/abbaye.appdata.xml /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64//usr/share/appdata/abbaye.appdata.xml: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. OK + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m --build-id-seed 2.0.1-3.20170709git.fc27 --unique-debug-suffix -2.0.1-3.20170709git.fc27.ppc64 --unique-debug-src-base abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 extracting debug info from /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/bin/abbayev2 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 152 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 Processing files: abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nc9TEl + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + DOCDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/doc/abbayedesmorts-gpl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/doc/abbayedesmorts-gpl + cp -pr ReadMe.md /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/doc/abbayedesmorts-gpl + cp -pr ChangeLog.md /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/doc/abbayedesmorts-gpl + cp -pr screenshots /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/doc/abbayedesmorts-gpl + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3DRyRS + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + LICENSEDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/licenses/abbayedesmorts-gpl + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/licenses/abbayedesmorts-gpl + cp -pr COPYING /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64/usr/share/licenses/abbayedesmorts-gpl + exit 0 Provides: abbayedesmorts-gpl = 2.0.1-3.20170709git.fc27 abbayedesmorts-gpl(ppc-64) = 2.0.1-3.20170709git.fc27 appdata() appdata(abbaye.appdata.xml) application() application(abbaye.desktop) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libSDL2-2.0.so.0()(64bit) libSDL2_image-2.0.so.0()(64bit) libSDL2_mixer-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: abbayedesmorts-gpl-debuginfo-2.0.1-3.20170709git.fc27.ppc64 Provides: abbayedesmorts-gpl-debuginfo = 2.0.1-3.20170709git.fc27 abbayedesmorts-gpl-debuginfo(ppc-64) = 2.0.1-3.20170709git.fc27 debuginfo(build-id) = 8b35fa7e8562152f0aab3b4eea21b1c8405b420d 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/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 Wrote: /builddir/build/RPMS/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64.rpm Wrote: /builddir/build/RPMS/abbayedesmorts-gpl-debuginfo-2.0.1-3.20170709git.fc27.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9Msopq + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-3.20170709git.fc27.ppc64 + exit 0 Child return code was: 0