Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/dnstracer.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-f2eda6550cf3c5f7ef2211e5de40cd4fa4a4a23a/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/dnstracer.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/dnstracer-1.10-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/dnstracer.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-f2eda6550cf3c5f7ef2211e5de40cd4fa4a4a23a/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/dnstracer.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gcPxKg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dnstracer + /usr/bin/gzip -dc /builddir/build/SOURCES/dnstracer-1.10.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd dnstracer + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/with_debug.patch + /usr/bin/patch -p1 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sh4Xum + umask 022 + cd /builddir/build/BUILD + cd dnstracer + /usr/bin/make -j4 cc -g -Wall -o dnstracer -DVERSION="1.11" dnstracer.c pod2man --release="June 10, 2008" --date="June 10, 2008" \ --center="Additional Software" --section=8 dnstracer.pod > dnstracer.8 dnstracer.c: In function 'getname': dnstracer.c:297:6: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] offset = get16bit(p); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c: In function 'extract_rr': dnstracer.c:341:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] RR->domainname = strdup(domainname); ^ dnstracer.c:342:27: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] RR->domainname_string = strdup(printablename(domainname, 1)); ^ dnstracer.c:343:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] RR->type = get16bit(thisrr); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:344:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] RR->class = get16bit(thisrr + 2); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:345:5: warning: pointer targets in passing argument 1 of 'get32bit' differ in signedness [-Wpointer-sign] RR->ttl = get32bit(thisrr + 4); ^ dnstracer.c:251:1: note: expected 'u_char *' but argument is of type 'char *' get32bit(u_char *s) ^ dnstracer.c:346:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] RR->datalength = get16bit(thisrr + 8); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:351:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] RR->data_string = strdup(get_resource(RR->type, session, p, 1)); ^ dnstracer.c: In function 'extract_data': dnstracer.c:399:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] question->query = strdup(getname(session, &pquestion)); ^ dnstracer.c:400:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] question->type = get16bit(pquestion); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:401:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] question->class = get16bit(pquestion + 2); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:367:12: warning: variable 'pheader' set but not used [-Wunused-but-set-variable] char * pheader; ^ dnstracer.c: In function 'get_resource': dnstracer.c:589:2: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] prio = get16bit(buffer); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:591:2: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] weight = get16bit(buffer); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:593:2: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] port = get16bit(buffer); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:604:2: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] us = get16bit(buffer); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:621:2: warning: pointer targets in passing argument 1 of 'get32bit' differ in signedness [-Wpointer-sign] ul = get32bit(buffer); ^ dnstracer.c:251:1: note: expected 'u_char *' but argument is of type 'char *' get32bit(u_char *s) ^ dnstracer.c: In function 'dump_question': dnstracer.c:634:5: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] printf("- Queryname: %s\n", printablename(question->query, 0)); ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c: In function 'dump_rr': dnstracer.c:691:5: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] printf("- Domainname: %s\n", printablename(rr->domainname, 0)); ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c:700:9: warning: pointer targets in passing argument 3 of 'get_resource' differ in signedness [-Wpointer-sign] get_resource(rr->type, session, rr->data, 0)); ^ dnstracer.c:543:1: note: expected 'char *' but argument is of type 'u_char *' get_resource(u_int16_t type, struct dnssession *session, char *buffer, int dots) ^ dnstracer.c: In function 'send_data': dnstracer.c:919:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pkt = create_packet(session, len); ^ dnstracer.c: In function 'receive_data': dnstracer.c:958:5: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] if (get16bit(buffer) != session->send_header->identification) { ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c:960:6: warning: pointer targets in passing argument 1 of 'get16bit' differ in signedness [-Wpointer-sign] session->send_header->identification, get16bit(buffer)); ^ dnstracer.c:257:1: note: expected 'u_char *' but argument is of type 'char *' get16bit(u_char *s) ^ dnstracer.c: In function 'create_question': dnstracer.c:1007:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(session->send_question->query + 1, name); ^ In file included from dnstracer.c:55:0: /usr/include/string.h:125:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dnstracer.c:1009:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = session->send_question->query + 1; ^ dnstracer.c:1010:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] q = session->send_question->query; ^ dnstracer.c: In function 'add_arecord': dnstracer.c:1060:5: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] arecord->rr_name = strdup(printablename(rr->domainname, 1)); ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c:1065:2: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] arecord->rr_data = strdup(rr->data_string); ^ In file included from dnstracer.c:55:0: /usr/include/string.h:172:14: note: expected 'const char *' but argument is of type 'u_char *' extern char *strdup (const char *__s) ^ dnstracer.c: In function 'create_session': dnstracer.c:1323:10: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness [-Wpointer-sign] session->authority->domainname_string) == 0) { ^ In file included from dnstracer.c:55:0: /usr/include/string.h:532:12: note: expected 'const char *' but argument is of type 'u_char *' extern int strcasecmp (const char *__s1, const char *__s2) ^ dnstracer.c:1367:2: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp(rrauth->domainname_string, ".") == 0) { ^ In file included from dnstracer.c:55:0: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'u_char *' extern int strcmp (const char *__s1, const char *__s2) ^ dnstracer.c:1376:3: warning: pointer targets in passing argument 1 of 'strnrcasecmp' differ in signedness [-Wpointer-sign] strlen(server_authfor)) != 0) { ^ dnstracer.c:233:1: note: expected 'const char *' but argument is of type 'u_char *' strnrcasecmp(const char *big, const char *little, size_t len) ^ dnstracer.c:1389:5: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] if (strcmp(printablename(rradd->domainname, 1), ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c:1390:3: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] rrauth->data_string) == 0) ^ In file included from dnstracer.c:55:0: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'u_char *' extern int strcmp (const char *__s1, const char *__s2) ^ dnstracer.c:1401:3: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] if (strcmp(printablename(rradd->domainname, 1), ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c:1402:7: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] rrauth->data_string) == 0) ^ In file included from dnstracer.c:55:0: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'u_char *' extern int strcmp (const char *__s1, const char *__s2) ^ dnstracer.c:1423:3: warning: pointer targets in passing argument 1 of 'printablename' differ in signedness [-Wpointer-sign] strcpy(nextserver_name, printablename(rradd->domainname, 1)); ^ dnstracer.c:445:1: note: expected 'char *' but argument is of type 'u_char *' printablename(char *name, int withdots) ^ dnstracer.c:1424:3: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(nextserver_ip, rradd->data_string); ^ In file included from dnstracer.c:55:0: /usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dnstracer.c:1429:8: warning: pointer targets in passing argument 5 of 'create_session' differ in signedness [-Wpointer-sign] (rrauth->next == NULL && found <= 1) ? 1 : 0); ^ dnstracer.c:1194:1: note: expected 'char *' but argument is of type 'u_char *' create_session(char *host, char *server_ip, int ipv6, char *server_name, ^ dnstracer.c:1433:3: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(nextserver_name, rrauth->data_string); ^ In file included from dnstracer.c:55:0: /usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dnstracer.c:1463:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] u_char *s = addr_list[i]; ^ dnstracer.c:1468:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] u_char *s = addr_list[i]; ^ dnstracer.c:1482:8: warning: pointer targets in passing argument 5 of 'create_session' differ in signedness [-Wpointer-sign] (rrauth->next == NULL && found <= 1) ? 1 : 0); ^ dnstracer.c:1194:1: note: expected 'char *' but argument is of type 'u_char *' create_session(char *host, char *server_ip, int ipv6, char *server_name, ^ dnstracer.c:1499:4: warning: pointer targets in passing argument 5 of 'create_session' differ in signedness [-Wpointer-sign] (rrauth->next == NULL && found <= 1) ? 1 : 0); ^ dnstracer.c:1194:1: note: expected 'char *' but argument is of type 'u_char *' create_session(char *host, char *server_ip, int ipv6, char *server_name, ^ dnstracer.c: In function 'main': dnstracer.c:1713:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] u_char *s = h->h_addr_list[0]; ^ dnstracer.c:1717:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] u_char *s = h->h_addr_list[0]; ^ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2k4l2U + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm ++ dirname /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm + cd dnstracer + mkdir -p /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/bin + mkdir -p /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/man/man8 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm PREFIX=/builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr MANPREFIX=/builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/man/man8/ install dnstracer /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/bin/ install dnstracer.8 /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/man/man8/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/dnstracer extracting debug info from /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/bin/dnstracer dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 89 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: dnstracer-1.10-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pml9t2 + umask 022 + cd /builddir/build/BUILD + cd dnstracer + DOCDIR=/builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/doc/dnstracer-1.10 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/doc/dnstracer-1.10 + cp -pr README /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/doc/dnstracer-1.10 + cp -pr CONTACT /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/doc/dnstracer-1.10 + cp -pr CHANGES /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/doc/dnstracer-1.10 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uKw9xd + umask 022 + cd /builddir/build/BUILD + cd dnstracer + LICENSEDIR=/builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/licenses/dnstracer-1.10 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/licenses/dnstracer-1.10 + cp -pr LICENSE /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm/usr/share/licenses/dnstracer-1.10 + exit 0 Provides: dnstracer = 1.10-1.el7 dnstracer(armv7hl-32) = 1.10-1.el7 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.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: dnstracer-debuginfo-1.10-1.el7.armv7hl Provides: dnstracer-debuginfo = 1.10-1.el7 dnstracer-debuginfo(armv7hl-32) = 1.10-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm Wrote: /builddir/build/RPMS/dnstracer-1.10-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/dnstracer-debuginfo-1.10-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vjvXW5 + umask 022 + cd /builddir/build/BUILD + cd dnstracer + /usr/bin/rm -rf /builddir/build/BUILDROOT/dnstracer-1.10-1.el7.arm + exit 0 Child return code was: 0