Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f33-build-21782567-1786225/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/daa2iso.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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/daa2iso-0.1.7e-19.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f33-build-21782567-1786225/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/daa2iso.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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8FKF1b + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf daa2iso-0.1.7e + /usr/bin/mkdir -p daa2iso-0.1.7e + cd daa2iso-0.1.7e + /usr/bin/unzip -qq /builddir/build/SOURCES/daa2iso.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's|\r||g' daa2iso.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QTMz69 + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + cd src/ + make -j6 'CFLAGS=-O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' cc -O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c LzmaDec.c cc -O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c tinflate.c cc daa2iso.c -O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -o daa2iso LzmaDec.o tinflate.o In file included from daa2iso.c:57: daa_crypt.h: In function 'daa_crypt_key': daa_crypt.h:39:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 39 | passlen = strlen(pass); | ^~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:391:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ daa2iso.c: In function 'main': daa2iso.c:221:11: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 221 | filei = argv[1]; | ^ daa2iso.c:222:11: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 222 | fileo = argv[2]; | ^ daa2iso.c:225:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] 225 | fdi = fopen(filei, "rb"); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:28: /usr/include/stdio.h:270:46: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} 270 | extern FILE *fopen64 (const char *__restrict __filename, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ daa2iso.c:229:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] 229 | fdo = fopen(fileo, "rb"); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:28: /usr/include/stdio.h:270:46: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} 270 | extern FILE *fopen64 (const char *__restrict __filename, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ daa2iso.c:236:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] 236 | fdo = fopen(fileo, "wb"); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:28: /usr/include/stdio.h:270:46: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} 270 | extern FILE *fopen64 (const char *__restrict __filename, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ daa2iso.c:255:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 255 | if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:255:53: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 255 | if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:257:27: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 257 | } else if(!strncmp(daa.sign, "GBI", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:260:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 260 | if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:260:61: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 260 | if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:273:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] 273 | } else if(!stricmp(ans, "daa")) { | ^~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/string.h:446, from daa2iso.c:30: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ daa2iso.c:275:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] 275 | } else if(!stricmp(ans, "gbi")) { | ^~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/string.h:446, from daa2iso.c:30: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ daa2iso.c:438:33: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] 438 | if((p = find_ext(filei, "001.daa"))) { | ^~~~~~~~~ | | | char * daa2iso.c:114:29: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' 114 | u8 *find_ext(u8 *fname, u8 *ext); | ~~~~^~~ daa2iso.c:441:40: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] 441 | } else if((p = find_ext(filei, "01.daa"))) { | ^~~~~~~~ | | | char * daa2iso.c:114:29: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' 114 | u8 *find_ext(u8 *fname, u8 *ext); | ~~~~^~~ daa2iso.c:447:25: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness [-Wpointer-sign] 447 | p = strrchr(filei, '.'); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:257:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 257 | extern char *strrchr (const char *__s, int __c) | ~~~~~~~~~~~~^~~ daa2iso.c:447:15: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 447 | p = strrchr(filei, '.'); | ^ daa2iso.c:448:39: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 448 | if(!p) p = filei + strlen(filei); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:391:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ daa2iso.c: In function 'find_ext': daa2iso.c:732:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 732 | len = strlen(fname); | ^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:391:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ daa2iso.c:733:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 733 | extlen = strlen(ext); | ^~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:391:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ daa2iso.c:735:36: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] 735 | if((len >= extlen) && !stricmp(ret, ext)) { | ^~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/string.h:446, from daa2iso.c:30: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ daa2iso.c:735:41: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness [-Wpointer-sign] 735 | if((len >= extlen) && !stricmp(ret, ext)) { | ^~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/string.h:446, from daa2iso.c:30: /usr/include/strings.h:116:54: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ daa2iso.c: In function 'daa_next': daa2iso.c:766:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 766 | if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c:766:55: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 766 | if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { | ~~~^~~~~ | | | u8 * {aka unsigned char *} In file included from daa2iso.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ daa2iso.c: In function 'unzip': daa2iso.c:831:47: warning: pointer targets in passing argument 5 of 'tinf_uncompress' differ in signedness [-Wpointer-sign] 831 | if(tinf_uncompress(out, &outsz, in, insz, swapped_btype) != TINF_OK) { | ^~~~~~~~~~~~~ | | | int * In file included from daa2iso.c:33: tinf.h:37:47: note: expected 'const unsigned int *' but argument is of type 'int *' 37 | const unsigned int swapped_btype[3]); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ daa2iso.c: In function 'fgetz': daa2iso.c:987:15: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 987 | if(!fgets(data, size, fd)) { | ^~~~ | | | u8 * {aka unsigned char *} In file included from /usr/include/stdio.h:866, from daa2iso.c:28: /usr/include/bits/stdio2.h:260:25: note: expected 'char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} 260 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OusiNa + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 ++ dirname /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 + mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/bin + install -p src/daa2iso /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.1.7e-19.fc33 --unique-debug-suffix -0.1.7e-19.fc33.i386 --unique-debug-src-base daa2iso-0.1.7e-19.fc33.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/daa2iso-0.1.7e explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/bin/daa2iso extracting debug info from /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/bin/daa2iso original debug info size: 116kB, size after compression: 112kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 168 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: daa2iso-0.1.7e-19.fc33.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vyAh69 + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + DOCDIR=/builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/share/doc/daa2iso + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/share/doc/daa2iso + cp -pr daa2iso.txt /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/share/doc/daa2iso + cp -pr COPYING /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386/usr/share/doc/daa2iso + RPM_EC=0 ++ jobs -p + exit 0 Provides: daa2iso = 0.1.7e-19.fc33 daa2iso(x86-32) = 0.1.7e-19.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: daa2iso-debugsource-0.1.7e-19.fc33.i686 Provides: daa2iso-debugsource = 0.1.7e-19.fc33 daa2iso-debugsource(x86-32) = 0.1.7e-19.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: daa2iso-debuginfo-0.1.7e-19.fc33.i686 Provides: daa2iso-debuginfo = 0.1.7e-19.fc33 daa2iso-debuginfo(x86-32) = 0.1.7e-19.fc33 debuginfo(build-id) = 3fccf3c094217acdfe92f877a5c8172de21913fd Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: daa2iso-debugsource(x86-32) = 0.1.7e-19.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 Wrote: /builddir/build/RPMS/daa2iso-0.1.7e-19.fc33.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debugsource-0.1.7e-19.fc33.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debuginfo-0.1.7e-19.fc33.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TCKvfb + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + /usr/bin/rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-19.fc33.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0