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/f29-build-13178215-960179/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 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': 'en_US.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/daa2iso-0.1.7e-15.fc29.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/f29-build-13178215-960179/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 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': 'en_US.UTF-8'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e2n1CQ + 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.H17BAb + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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 -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] passlen = strlen(pass); ^~~~ In file included from daa2iso.c:30: /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 from 'char *' to 'u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] filei = argv[1]; ^ daa2iso.c:222:11: warning: pointer targets in assignment from 'char *' to 'u8 *' {aka 'unsigned char *'} 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: /usr/include/stdio.h:270: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: /usr/include/stdio.h:270: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: /usr/include/stdio.h:270: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:20: 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: /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:53: 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: /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:27: 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: /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:24: 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: /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:61: 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: /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, 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, 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: /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 from 'char *' to 'u8 *' {aka 'unsigned char *'} 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: /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: /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: /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, 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, 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:19: 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: /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:55: 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: /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: 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:873, from daa2iso.c:28: /usr/include/bits/stdio2.h:255: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.V104lz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 ++ dirname /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 + mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386/usr/bin + install -p src/daa2iso /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.1.7e-15.fc29 --unique-debug-suffix -0.1.7e-15.fc29.i386 --unique-debug-src-base daa2iso-0.1.7e-15.fc29.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-15.fc29.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/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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: daa2iso-0.1.7e-15.fc29.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vrtybY + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + DOCDIR=/builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.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-15.fc29.i386/usr/share/doc/daa2iso + cp -pr daa2iso.txt /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386/usr/share/doc/daa2iso + cp -pr COPYING /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386/usr/share/doc/daa2iso + exit 0 Provides: daa2iso = 0.1.7e-15.fc29 daa2iso(x86-32) = 0.1.7e-15.fc29 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-15.fc29.i686 Provides: daa2iso-debugsource = 0.1.7e-15.fc29 daa2iso-debugsource(x86-32) = 0.1.7e-15.fc29 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-15.fc29.i686 Provides: daa2iso-debuginfo = 0.1.7e-15.fc29 daa2iso-debuginfo(x86-32) = 0.1.7e-15.fc29 debuginfo(build-id) = ed3bbc03a276861a314c7847b9ba3a828240d150 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-15.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 Wrote: /builddir/build/RPMS/daa2iso-0.1.7e-15.fc29.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debugsource-0.1.7e-15.fc29.i686.rpm Wrote: /builddir/build/RPMS/daa2iso-debuginfo-0.1.7e-15.fc29.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eiJzsn + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + /usr/bin/rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-15.fc29.i386 + exit 0 Child return code was: 0