Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f27-build-9381119-774111/root'printOutput=Falsenspawn_args=[]shell=Falseuid=1000logger=user='mockbuild'env={'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '}timeout=172800gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'] with env {'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/daa2iso-0.1.7e-13.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'], chrootPath='/var/lib/mock/f27-build-9381119-774111/root'printOutput=Falsenspawn_args=[]shell=Falseuid=1000logger=user='mockbuild'env={'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '}timeout=172800gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/daa2iso.spec'] with env {'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vaniNZ + 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AiPhgg + 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' 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 -m32 -march=i686 -fasynchronous-unwind-tables -c LzmaDec.c 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 -m32 -march=i686 -fasynchronous-unwind-tables -c tinflate.c cc daa2iso.c -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 -m32 -march=i686 -fasynchronous-unwind-tables -o daa2iso LzmaDec.o tinflate.o In file included from daa2iso.c:57:0: 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] passlen = strlen(pass); ^~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ daa2iso.c: In function 'main': daa2iso.c:221:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] filei = argv[1]; ^ daa2iso.c:222:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] fileo = argv[2]; ^ daa2iso.c:225:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] fdi = fopen(filei, "rb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' 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] fdo = fopen(fileo, "rb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' 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] fdo = fopen(fileo, "wb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern FILE *fopen64 (const char *__restrict __filename, ^~~~~~~ daa2iso.c:255:17: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:255:50: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:257:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] } else if(!strncmp(daa.sign, "GBI", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:260:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:260:58: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] } else if(!stricmp(ans, "daa")) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] } else if(!stricmp(ans, "gbi")) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] if((p = find_ext(filei, "001.daa"))) { ^~~~~~~~~ daa2iso.c:114:5: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' 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] } else if((p = find_ext(filei, "01.daa"))) { ^~~~~~~~ daa2iso.c:114:5: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' 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] p = strrchr(filei, '.'); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:252:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strrchr (const char *__s, int __c) ^~~~~~~ daa2iso.c:447:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = strrchr(filei, '.'); ^ daa2iso.c:448:39: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if(!p) p = filei + strlen(filei); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] len = strlen(fname); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] extlen = strlen(ext); ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] if((len >= extlen) && !stricmp(ret, ext)) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] if((len >= extlen) && !stricmp(ret, ext)) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^~~~~~~~~~ daa2iso.c: In function 'daa_next': daa2iso.c:766:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:766:52: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' 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] if(tinf_uncompress(out, &outsz, in, insz, swapped_btype) != TINF_OK) { ^~~~~~~~~~~~~ In file included from daa2iso.c:33:0: tinf.h:35:12: note: expected 'const unsigned int *' but argument is of type 'int *' int TINFCC tinf_uncompress(void *dest, unsigned int *destLen, ^~~~~~~~~~~~~~~ daa2iso.c: In function 'fgetz': daa2iso.c:987:15: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] if(!fgets(data, size, fd)) { ^~~~ In file included from /usr/include/stdio.h:862:0, from daa2iso.c:28: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tXGpdz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 ++ dirname /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 + mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/bin + install -p src/daa2iso /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.1.7e-13.fc27 --unique-debug-suffix -0.1.7e-13.fc27.i386 --unique-debug-src-base daa2iso-0.1.7e-13.fc27.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/daa2iso-0.1.7e extracting debug info from /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/bin/daa2iso /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 170 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: daa2iso-0.1.7e-13.fc27.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VwImqT + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + DOCDIR=/builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/share/doc/daa2iso + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/share/doc/daa2iso + cp -pr daa2iso.txt /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/share/doc/daa2iso + cp -pr COPYING /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386/usr/share/doc/daa2iso + exit 0 Provides: daa2iso = 0.1.7e-13.fc27 daa2iso(x86-32) = 0.1.7e-13.fc27 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-13.fc27.i686 Provides: daa2iso-debugsource = 0.1.7e-13.fc27 daa2iso-debugsource(x86-32) = 0.1.7e-13.fc27 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-13.fc27.i686 Provides: daa2iso-debuginfo = 0.1.7e-13.fc27 daa2iso-debuginfo(x86-32) = 0.1.7e-13.fc27 debuginfo(build-id) = 971dcc6dd0a12df457c35c262ad18394c1aabc98 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/daa2iso-0.1.7e-13.fc27.i386 Wrote: /builddir/build/RPMS/daa2iso-0.1.7e-13.fc27.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debugsource-0.1.7e-13.fc27.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debuginfo-0.1.7e-13.fc27.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aJmQWd + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc27.i386 + exit 0 Child return code was: 0