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/abbayedesmorts-gpl.spec'], chrootPath='/var/lib/mock/f29-build-11567817-861564/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.spec'], chrootPath='/var/lib/mock/f29-build-11567817-861564/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/abbayedesmorts-gpl.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.anBCoR + 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.SCqC3D + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + export '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 -fstack-clash-protection' + 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 -fstack-clash-protection' + 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' + /usr/bin/make -O -j8 cc -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 -fstack-clash-protection `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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AOQWAB mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/bin cp abbayev2 /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/bin + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 ++ dirname /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 'INSTALL=/usr/bin/install -p' mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/applications cp abbaye.desktop /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/applications mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/sounds cp ./sounds/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/sounds mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/data cp ./data/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/data mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/pixmaps cp abbaye.png /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/pixmaps mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/graphics cp -r ./graphics/* /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/abbayev2/graphics + desktop-file-validate /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/applications/abbaye.desktop + install -d /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/metainfo + install -p -m 644 /builddir/build/SOURCES/abbaye.appdata.xml /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/metainfo + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/metainfo/abbaye.appdata.xml /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/metainfo/abbaye.appdata.xml: GLib-GIO-Message: 13:59:31.928: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. OK + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 2.0.1-7.20170709git.fc29 --unique-debug-suffix -2.0.1-7.20170709git.fc29.aarch64 --unique-debug-src-base abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 extracting debug info from /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/bin/abbayev2 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 152 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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: abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.v9UZwr + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + DOCDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/doc/abbayedesmorts-gpl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/doc/abbayedesmorts-gpl + cp -pr ReadMe.md /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/doc/abbayedesmorts-gpl + cp -pr ChangeLog.md /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/doc/abbayedesmorts-gpl + cp -pr screenshots /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/doc/abbayedesmorts-gpl + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2XIHbl + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + LICENSEDIR=/builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/licenses/abbayedesmorts-gpl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/licenses/abbayedesmorts-gpl + cp -pr COPYING /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64/usr/share/licenses/abbayedesmorts-gpl + exit 0 Provides: abbayedesmorts-gpl = 2.0.1-7.20170709git.fc29 abbayedesmorts-gpl(aarch-64) = 2.0.1-7.20170709git.fc29 application() application(abbaye.desktop) metainfo() metainfo(abbaye.appdata.xml) 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) 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.17)(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: abbayedesmorts-gpl-debugsource-2.0.1-7.20170709git.fc29.aarch64 Provides: abbayedesmorts-gpl-debugsource = 2.0.1-7.20170709git.fc29 abbayedesmorts-gpl-debugsource(aarch-64) = 2.0.1-7.20170709git.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: abbayedesmorts-gpl-debuginfo-2.0.1-7.20170709git.fc29.aarch64 Provides: abbayedesmorts-gpl-debuginfo = 2.0.1-7.20170709git.fc29 abbayedesmorts-gpl-debuginfo(aarch-64) = 2.0.1-7.20170709git.fc29 debuginfo(build-id) = ed9de385a8e7d5eccda5266b1dbc959b9c12c75c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: abbayedesmorts-gpl-debugsource(aarch-64) = 2.0.1-7.20170709git.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 Wrote: /builddir/build/RPMS/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64.rpm Wrote: /builddir/build/RPMS/abbayedesmorts-gpl-debugsource-2.0.1-7.20170709git.fc29.aarch64.rpm Wrote: /builddir/build/RPMS/abbayedesmorts-gpl-debuginfo-2.0.1-7.20170709git.fc29.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p8aT8l + umask 022 + cd /builddir/build/BUILD + cd abbayedesmorts-gpl-9ce56f69dec5e185058508cb924b1f597a1380e5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/abbayedesmorts-gpl-2.0.1-7.20170709git.fc29.aarch64 + exit 0 Child return code was: 0