Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/cave9.spec'], chrootPath='/var/lib/mock/f31-build-16979206-1223040/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/cave9.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': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/cave9-0.4-21.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/cave9.spec'], chrootPath='/var/lib/mock/f31-build-16979206-1223040/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/cave9.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': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nB06eU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cave9-0.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/cave9_src-0.4.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cave9-0.4 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/cave9_data-4.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i src/GNUmakefile -e 's/-Wall -Werror -ggdb//' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NuS5BV + umask 022 + cd /builddir/build/BUILD + cd cave9-0.4 + 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' + make -j4 BUILDSTDERR: score.c: In function 'score_init': BUILDSTDERR: score.c:165:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 165 | fscanf (fp, "%11d:%2d:%11d ", &fseed, &fmonstal, &fscore); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: score.c: In function 'score_update': BUILDSTDERR: score.c:215:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 215 | fscanf (fp, "%11d:%2d:%11d", &fseed, &fmonstal, &fscore); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: render.c: In function 'render_init': BUILDSTDERR: render.c:94:5: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] BUILDSTDERR: 94 | ) * args->antialiasing ? 2 : 1; BUILDSTDERR: util.c: In function 'find_file': BUILDSTDERR: util.c:54:40: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] BUILDSTDERR: 54 | snprintf (path, FILENAME_MAX, "%s/%s/%s", bin_path, paths[i], basename); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:4: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 4098) into a destination of size 4096 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: render.c: In function 'render_hud': BUILDSTDERR: render.c:416:39: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 122 [-Wformat-truncation=] BUILDSTDERR: 416 | snprintf (buf, HUD_TEXT_MAX, "score %s", score); BUILDSTDERR: | ^~ ~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from /usr/include/SDL/SDL_stdinc.h:37, BUILDSTDERR: from /usr/include/SDL/SDL_main.h:26, BUILDSTDERR: from /usr/include/SDL/SDL.h:30, BUILDSTDERR: from display.h:21, BUILDSTDERR: from render.h:18, BUILDSTDERR: from render.c:21: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 134 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 make -C src make[1]: Entering directory '/builddir/build/BUILD/cave9-0.4/src' 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o main.o main.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o audio.o audio.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o control.o control.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o display.o display.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o game.o game.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o render.o render.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o score.o score.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o util.o util.c 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 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/include/SDL -c -o detrand.o detrand.c cc `sdl-config --libs` -lm -L/usr/X11/lib -lGL -lGLU -lSDL_ttf -lSDL_image -o ../cave9 main.o audio.o control.o display.o game.o render.o score.o util.o detrand.o make[1]: Leaving directory '/builddir/build/BUILD/cave9-0.4/src' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rnvGNT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 + cd cave9-0.4 + mkdir -p /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/bin /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/cave9 + install -m 755 -p cave9 /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/bin + cp -p data/wall.jpg data/icon.png data/thrust.wav data/crash.wav data/hit.wav /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/cave9 + mkdir -p /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/pixmaps + cp -p data/icon.png /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/pixmaps/cave9.png + install -m 0755 -d /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/fonts/mutante + install -m 0644 -p data/hud.ttf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/fonts/mutante/mutante.ttf + install -m 0755 -d /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/fontconfig/conf.avail /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/etc/fonts/conf.d + install -m 0644 -p /builddir/build/SOURCES/cave9-mutante-fontconfig.conf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/fontconfig/conf.avail/64-cave9-mutante.conf + ln -s /usr/share/fontconfig/conf.avail/64-cave9-mutante.conf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/etc/fonts/conf.d/64-cave9-mutante.conf + ln -s ../../../usr/share/fonts/mutante/mutante.ttf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/cave9/hud.ttf + mkdir -p /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/appdata + cat + install -Dm 0644 -p /builddir/build/SOURCES/mutante.metainfo.xml /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/appdata/mutante.metainfo.xml + mv data/README.txt data_README.txt + desktop-file-install --dir=/builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/applications /builddir/build/SOURCES/cave9.desktop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.4-21.fc31 --unique-debug-suffix -0.4-21.fc31.aarch64 --unique-debug-src-base cave9-0.4-21.fc31.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cave9-0.4 BUILDSTDERR: 151 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/applications/cave9.desktop: error: (will be fatal in the future): value "cave9.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/bin/cave9 extracting debug info from /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/bin/cave9 original debug info size: 196kB, size after compression: 184kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: cave9-0.4-21.fc31.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EdKacS + umask 022 + cd /builddir/build/BUILD + cd cave9-0.4 + DOCDIR=/builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + cp -pr AUTHORS.txt /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + cp -pr README.txt /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + cp -pr COPYING.txt /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + cp -pr data_README.txt /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: application() application(cave9.desktop) cave9 = 0.4-21.fc31 cave9(aarch-64) = 0.4-21.fc31 metainfo() metainfo(cave9.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) libGL.so.1()(64bit) libGLU.so.1()(64bit) libSDL-1.2.so.0()(64bit) libSDL_image-1.2.so.0()(64bit) libSDL_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: cave9-mutante-fonts-0.4-21.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fO8oLR + umask 022 + cd /builddir/build/BUILD + cd cave9-0.4 + DOCDIR=/builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9-mutante-fonts + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9-mutante-fonts + cp -pr data_README.txt /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64/usr/share/doc/cave9-mutante-fonts + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: absolute symlink: /etc/fonts/conf.d/64-cave9-mutante.conf -> /usr/share/fontconfig/conf.avail/64-cave9-mutante.conf Provides: cave9-mutante-fonts = 0.4-21.fc31 config(cave9-mutante-fonts) = 0.4-21.fc31 font(:lang=aa) font(:lang=an) font(:lang=ay) font(:lang=bi) font(:lang=br) font(:lang=ch) font(:lang=da) font(:lang=de) font(:lang=en) font(:lang=es) font(:lang=eu) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fur) font(:lang=fy) font(:lang=gd) font(:lang=gl) font(:lang=gv) font(:lang=ho) font(:lang=ht) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=jv) font(:lang=kj) font(:lang=kwm) font(:lang=lb) font(:lang=li) font(:lang=mg) font(:lang=ms) font(:lang=nb) font(:lang=nds) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=oc) font(:lang=om) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pt) font(:lang=rm) font(:lang=rn) font(:lang=rw) font(:lang=sc) font(:lang=sg) font(:lang=sma) font(:lang=smj) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=tl) font(:lang=ts) font(:lang=uz) font(:lang=vo) font(:lang=wa) font(:lang=xh) font(:lang=yap) font(:lang=za) font(:lang=zu) font(mutante) metainfo() metainfo(mutante.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cave9-debugsource-0.4-21.fc31.aarch64 Provides: cave9-debugsource = 0.4-21.fc31 cave9-debugsource(aarch-64) = 0.4-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cave9-debuginfo-0.4-21.fc31.aarch64 Provides: cave9-debuginfo = 0.4-21.fc31 cave9-debuginfo(aarch-64) = 0.4-21.fc31 debuginfo(build-id) = 9634df1e15e8950c227a6ccf9d5cbd66e9f71265 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cave9-debugsource(aarch-64) = 0.4-21.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 Wrote: /builddir/build/RPMS/cave9-debugsource-0.4-21.fc31.aarch64.rpm Wrote: /builddir/build/RPMS/cave9-mutante-fonts-0.4-21.fc31.noarch.rpm Wrote: /builddir/build/RPMS/cave9-debuginfo-0.4-21.fc31.aarch64.rpm Wrote: /builddir/build/RPMS/cave9-0.4-21.fc31.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Jcco6S + umask 022 + cd /builddir/build/BUILD + cd cave9-0.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/cave9-0.4-21.fc31.aarch64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0