Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f31-build-16973360-1223076/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 x86_64 --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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/daa2iso-0.1.7e-17.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f31-build-16973360-1223076/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 x86_64 --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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dkIc5G + 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 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.A0QMyH + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + cd src/ + make -j6 '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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' BUILDSTDERR: In file included from daa2iso.c:57: BUILDSTDERR: daa_crypt.h: In function 'daa_crypt_key': BUILDSTDERR: daa_crypt.h:39:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 39 | passlen = strlen(pass); BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: daa2iso.c: In function 'main': BUILDSTDERR: daa2iso.c:221:11: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 221 | filei = argv[1]; BUILDSTDERR: | ^ BUILDSTDERR: daa2iso.c:222:11: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 222 | fileo = argv[2]; BUILDSTDERR: | ^ BUILDSTDERR: daa2iso.c:225:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] BUILDSTDERR: 225 | fdi = fopen(filei, "rb"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:28: BUILDSTDERR: /usr/include/stdio.h:270:14: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 270 | extern FILE *fopen64 (const char *__restrict __filename, BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: daa2iso.c:229:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] BUILDSTDERR: 229 | fdo = fopen(fileo, "rb"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:28: BUILDSTDERR: /usr/include/stdio.h:270:14: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 270 | extern FILE *fopen64 (const char *__restrict __filename, BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: daa2iso.c:236:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] BUILDSTDERR: 236 | fdo = fopen(fileo, "wb"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:28: BUILDSTDERR: /usr/include/stdio.h:270:14: note: expected 'const char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 270 | extern FILE *fopen64 (const char *__restrict __filename, BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: daa2iso.c:255:20: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 255 | if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:255:53: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 255 | if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:257:27: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 257 | } else if(!strncmp(daa.sign, "GBI", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:260:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 260 | if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:260:61: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 260 | if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:273:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 273 | } else if(!stricmp(ans, "daa")) { BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/string.h:431, BUILDSTDERR: from daa2iso.c:30: BUILDSTDERR: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 116 | extern int strcasecmp (const char *__s1, const char *__s2) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:275:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 275 | } else if(!stricmp(ans, "gbi")) { BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/string.h:431, BUILDSTDERR: from daa2iso.c:30: BUILDSTDERR: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 116 | extern int strcasecmp (const char *__s1, const char *__s2) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:438:33: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] BUILDSTDERR: 438 | if((p = find_ext(filei, "001.daa"))) { BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: daa2iso.c:114:5: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 114 | u8 *find_ext(u8 *fname, u8 *ext); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: daa2iso.c:441:40: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] BUILDSTDERR: 441 | } else if((p = find_ext(filei, "01.daa"))) { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: daa2iso.c:114:5: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 114 | u8 *find_ext(u8 *fname, u8 *ext); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: daa2iso.c:447:25: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness [-Wpointer-sign] BUILDSTDERR: 447 | p = strrchr(filei, '.'); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:252:14: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 252 | extern char *strrchr (const char *__s, int __c) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: daa2iso.c:447:15: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] BUILDSTDERR: 447 | p = strrchr(filei, '.'); BUILDSTDERR: | ^ BUILDSTDERR: daa2iso.c:448:39: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 448 | if(!p) p = filei + strlen(filei); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: daa2iso.c: In function 'find_ext': BUILDSTDERR: daa2iso.c:732:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 732 | len = strlen(fname); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: daa2iso.c:733:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 733 | extlen = strlen(ext); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:384:35: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: daa2iso.c:735:36: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 735 | if((len >= extlen) && !stricmp(ret, ext)) { BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/string.h:431, BUILDSTDERR: from daa2iso.c:30: BUILDSTDERR: /usr/include/strings.h:116:36: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 116 | extern int strcasecmp (const char *__s1, const char *__s2) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:735:41: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 735 | if((len >= extlen) && !stricmp(ret, ext)) { BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/string.h:431, BUILDSTDERR: from daa2iso.c:30: BUILDSTDERR: /usr/include/strings.h:116:54: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 116 | extern int strcasecmp (const char *__s1, const char *__s2) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c: In function 'daa_next': BUILDSTDERR: daa2iso.c:766:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 766 | if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c:766:55: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: 766 | if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { BUILDSTDERR: | ~~~^~~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from daa2iso.c:30: BUILDSTDERR: /usr/include/string.h:139:33: note: expected 'const char *' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 139 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) BUILDSTDERR: | ~~~~~~~~~~~~^~~~ BUILDSTDERR: daa2iso.c: In function 'unzip': BUILDSTDERR: daa2iso.c:831:47: warning: pointer targets in passing argument 5 of 'tinf_uncompress' differ in signedness [-Wpointer-sign] BUILDSTDERR: 831 | if(tinf_uncompress(out, &outsz, in, insz, swapped_btype) != TINF_OK) { BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: In file included from daa2iso.c:33: BUILDSTDERR: tinf.h:37:47: note: expected 'const unsigned int *' but argument is of type 'int *' BUILDSTDERR: 37 | const unsigned int swapped_btype[3]); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: daa2iso.c: In function 'fgetz': BUILDSTDERR: daa2iso.c:987:15: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] BUILDSTDERR: 987 | if(!fgets(data, size, fd)) { BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | u8 * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from daa2iso.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:255:25: note: expected 'char * restrict' but argument is of type 'u8 *' {aka 'unsigned char *'} BUILDSTDERR: 255 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~^~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c LzmaDec.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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c tinflate.c cc daa2iso.c -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -o daa2iso LzmaDec.o tinflate.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50nmGJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/bin + install -p src/daa2iso /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.1.7e-17.fc31 --unique-debug-suffix -0.1.7e-17.fc31.x86_64 --unique-debug-src-base daa2iso-0.1.7e-17.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/daa2iso-0.1.7e BUILDSTDERR: 170 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 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/bin/daa2iso extracting debug info from /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/bin/daa2iso original debug info size: 156kB, size after compression: 156kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: daa2iso-0.1.7e-17.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.b7f3lI + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + DOCDIR=/builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/share/doc/daa2iso + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/share/doc/daa2iso + cp -pr daa2iso.txt /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/share/doc/daa2iso + cp -pr COPYING /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64/usr/share/doc/daa2iso + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: daa2iso = 0.1.7e-17.fc31 daa2iso(x86-64) = 0.1.7e-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: daa2iso-debugsource-0.1.7e-17.fc31.x86_64 Provides: daa2iso-debugsource = 0.1.7e-17.fc31 daa2iso-debugsource(x86-64) = 0.1.7e-17.fc31 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-17.fc31.x86_64 Provides: daa2iso-debuginfo = 0.1.7e-17.fc31 daa2iso-debuginfo(x86-64) = 0.1.7e-17.fc31 debuginfo(build-id) = d832f1d89915189f46069603c3cc6ade47359daa Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: daa2iso-debugsource(x86-64) = 0.1.7e-17.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 Wrote: /builddir/build/RPMS/daa2iso-0.1.7e-17.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/daa2iso-debugsource-0.1.7e-17.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/daa2iso-debuginfo-0.1.7e-17.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.d9FA7J + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + /usr/bin/rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-17.fc31.x86_64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0