Mock Version: 1.1.39 Mock Version: 1.1.39 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/dhex.spec'], False, '/var/lib/mock/f20-build-2169289-396602/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/dhex.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: arm04-builder16.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/dhex-0.68-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/dhex.spec'], False, '/var/lib/mock/f20-build-2169289-396602/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/dhex.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ks6JjZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dhex_0.68 + /usr/bin/gzip -dc /builddir/build/SOURCES/dhex_0.68.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd dhex_0.68 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (dhex-0.68-build-fix.patch):' Patch #0 (dhex-0.68-build-fix.patch): + /usr/bin/cat /builddir/build/SOURCES/dhex-0.68-build-fix.patch + /usr/bin/patch -p1 -b --suffix .build-fix --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2XnFjP + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' 'LDFLAGS=-Wl,-z,relro ' gcc buffers.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 gcc configfile.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 gcc correlation.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 gcc gpl.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 correlation.c: In function 'find_mindiff': correlation.c:181:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] tInt64 match; ^ configfile.c: In function 'readconfigfile': configfile.c:193:6: warning: pointer targets in passing argument 2 of 'getcolors' differ in signedness [-Wpointer-sign] getcolors(output,line); ^ configfile.c:77:5: note: expected 'char *' but argument is of type 'unsigned char *' int getcolors(tOutput* output,char* line) ^ configfile.c:194:6: warning: pointer targets in passing argument 2 of 'configkeytab' differ in signedness [-Wpointer-sign] keyboardcnt+=(configkeytab((tKeyTab*)output->pKeyTab,line)==0); ^ In file included from configfile.c:9:0: input.h:43:5: note: expected 'char *' but argument is of type 'unsigned char *' int configkeytab(tKeyTab* pKeyTab,char* line); ^ configfile.c:182:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&c,sizeof(char),1,f); ^ gpl.c: In function 'warte': gpl.c:7:14: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(b,sizeof(b),stdin); ^ gcc hexcalc.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 gcc input.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 gcc machine_type.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 input.c: In function 'getkey': input.c:72:5: warning: implicit declaration of function 'usleep' [-Wimplicit-function-declaration] usleep(1); ^ gcc main.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 main.c: In function 'parsecommandlineoptions': main.c:217:14: warning: variable 'forward' set but not used [-Wunused-but-set-variable] tBool forward=1; ^ main.c: In function 'main': main.c:516:2: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] if (gosearch1) searchfor(&search1,buf1,&cursorpos1,1); ^ In file included from ui.h:5:0, from main.c:15: search.h:8:7: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ gcc markers.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 main.c:517:2: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] if (gosearch2 && diffmode) searchfor(&search2,buf2,&cursorpos2,1); ^ In file included from ui.h:5:0, from main.c:15: search.h:8:7: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ main.c:621:5: warning: pointer targets in passing argument 3 of 'gotomask' differ in signedness [-Wpointer-sign] if (gotomask(output,markers,&cursorpos1,buf1->baseaddr)==RETOK) ^ In file included from main.c:19:0: markers.h:9:7: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos,tInt64 baseaddr); ^ main.c:630:5: warning: pointer targets in passing argument 4 of 'searchmask' differ in signedness [-Wpointer-sign] searchmask(output,&search1,buf1,&cursorpos1); ^ In file included from main.c:15:0: ui.h:8:6: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' void searchmask(tOutput* output,tSearch* search,tBuffer* buf,tUInt64* cursorpos); ^ main.c:684:6: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] searchfor(&search1,buf1,&cursorpos1,(ch==KEYF3)); // f3: next ^ In file included from ui.h:5:0, from main.c:15: search.h:8:7: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ markers.c: In function 'parsemarkerfile': markers.c:40:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&c,sizeof(char),1,f); ^ gcc menu.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 menu.c: In function 'MenuInteract': menu.c:222:8: warning: variable 'retval' set but not used [-Wunused-but-set-variable] tInt8 retval; ^ gcc output.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 output.c: In function 'printbuffersingle': output.c:90:9: warning: variable 'charcnt' set but not used [-Wunused-but-set-variable] tInt32 charcnt; ^ output.c: In function 'printbufferdiff': output.c:205:9: warning: variable 'charcnt' set but not used [-Wunused-but-set-variable] tInt32 charcnt; ^ output.c: In function 'printmainmenu': output.c:411:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Goto ", // F1 ^ output.c:411:1: warning: (near initialization for 'menutextsnodiff[0]') [-Wpointer-sign] output.c:412:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Search", // F2 ^ output.c:412:1: warning: (near initialization for 'menutextsnodiff[1]') [-Wpointer-sign] output.c:413:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Next ", // F3 ^ output.c:413:1: warning: (near initialization for 'menutextsnodiff[2]') [-Wpointer-sign] output.c:414:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Prev ", // F4 ^ output.c:414:1: warning: (near initialization for 'menutextsnodiff[3]') [-Wpointer-sign] output.c:415:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "HexCal", // F5 ^ output.c:415:1: warning: (near initialization for 'menutextsnodiff[4]') [-Wpointer-sign] output.c:416:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F6 ^ output.c:416:1: warning: (near initialization for 'menutextsnodiff[5]') [-Wpointer-sign] output.c:417:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F7 ^ gcc search.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 output.c:417:1: warning: (near initialization for 'menutextsnodiff[6]') [-Wpointer-sign] output.c:418:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F8 ^ output.c:418:1: warning: (near initialization for 'menutextsnodiff[7]') [-Wpointer-sign] output.c:419:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Undo ", // F9 ^ output.c:419:1: warning: (near initialization for 'menutextsnodiff[8]') [-Wpointer-sign] output.c:420:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Quit "}; // F10 ^ output.c:420:1: warning: (near initialization for 'menutextsnodiff[9]') [-Wpointer-sign] output.c:423:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F1 ^ output.c:423:1: warning: (near initialization for 'menutextsdiff[0]') [-Wpointer-sign] output.c:424:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F2 ^ output.c:424:1: warning: (near initialization for 'menutextsdiff[1]') [-Wpointer-sign] output.c:425:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Next ", // F3 ^ output.c:425:1: warning: (near initialization for 'menutextsdiff[2]') [-Wpointer-sign] output.c:426:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Prev ", // F4 ^ output.c:426:1: warning: (near initialization for 'menutextsdiff[3]') [-Wpointer-sign] output.c:427:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "HexCal", // F5 ^ output.c:427:1: warning: (near initialization for 'menutextsdiff[4]') [-Wpointer-sign] output.c:428:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Corr. ", // F6 ^ output.c:428:1: warning: (near initialization for 'menutextsdiff[5]') [-Wpointer-sign] output.c:429:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F7 ^ output.c:429:1: warning: (near initialization for 'menutextsdiff[6]') [-Wpointer-sign] output.c:430:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F8 ^ output.c:430:1: warning: (near initialization for 'menutextsdiff[7]') [-Wpointer-sign] output.c:431:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] " ", // F9 ^ output.c:431:1: warning: (near initialization for 'menutextsdiff[8]') [-Wpointer-sign] output.c:432:1: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] "Quit "}; // F10 ^ output.c:432:1: warning: (near initialization for 'menutextsdiff[9]') [-Wpointer-sign] gcc ui.c -c -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -std=c99 search.c: In function 'searchfor': search.c:80:11: warning: variable 'firstsearchlogpos' set but not used [-Wunused-but-set-variable] tInt64 firstsearchlogpos; ^ search.c:93:11: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&c,sizeof(char),1,frlog); ^ ui.c: In function 'correlationmask': ui.c:194:4: warning: pointer targets in passing argument 4 of 'decinput' differ in signedness [-Wpointer-sign] decinput(output,offsy+4,offsx+22,&correlation->start_mindiff,18); ^ In file included from ui.c:8:0: input.h:39:8: note: expected 'tUInt64 *' but argument is of type 'tInt64 *' tInt16 decinput(tOutput* output,tInt16 y,tInt16 x,tUInt64* val,tInt16 len); ^ gcc -Wl,-z,relro -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2POuiZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm ++ dirname /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm + cd dhex_0.68 + install -dD /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/bin /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/man/man1 /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/man/man5 + make -j4 DESTDIR=/builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm BINDIR=/usr/bin MANDIR=/usr/share/man install install -Dpm 755 dhex /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/bin install -Dpm 644 dhex.1 /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/man/man1 install -Dpm 644 -t /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/man/man5 dhexrc.5 dhex_markers.5 dhex_searchlog.5 + /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/dhex_0.68 extracting debug info from /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/bin/dhex dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 289 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: dhex-0.68-2.fc20.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6vinm6 + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + DOCDIR=/builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/doc/dhex + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/doc/dhex + cp -pr README.txt /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/doc/dhex + cp -pr gpl.txt /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/doc/dhex + cp -pr todo.txt /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm/usr/share/doc/dhex + exit 0 Provides: dhex = 0.68-2.fc20 dhex(armv7hl-32) = 0.68-2.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libncurses.so.5 libtinfo.so.5 rtld(GNU_HASH) Processing files: dhex-debuginfo-0.68-2.fc20.armv7hl Provides: dhex-debuginfo = 0.68-2.fc20 dhex-debuginfo(armv7hl-32) = 0.68-2.fc20 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/dhex-0.68-2.fc20.arm warning: Could not canonicalize hostname: arm04-builder16.arm.fedoraproject.org Wrote: /builddir/build/RPMS/dhex-0.68-2.fc20.armv7hl.rpm Wrote: /builddir/build/RPMS/dhex-debuginfo-0.68-2.fc20.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xTIri1 + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dhex-0.68-2.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->