Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/connect-proxy.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-ca26d68dd0306fb6fd26602d2a8bc19de2b2b6c1/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/connect-proxy.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Wed Dec 12 2005 Jarod Wilson 1.93-1 Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/connect-proxy-1.100-13.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/connect-proxy.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-ca26d68dd0306fb6fd26602d2a8bc19de2b2b6c1/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/connect-proxy.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Wed Dec 12 2005 Jarod Wilson 1.93-1 Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.y8t5Fy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf connect-proxy-1.100 + /usr/bin/mkdir -p connect-proxy-1.100 + cd connect-proxy-1.100 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/connect-1.100.c connect.c + cp /builddir/build/SOURCES/connect.html . Patch #0 (connect-proxy-make-man.patch): + echo 'Patch #0 (connect-proxy-make-man.patch):' + /usr/bin/cat /builddir/build/SOURCES/connect-proxy-make-man.patch + /usr/bin/patch -p1 --fuzz=0 patching file connect-proxy.1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YVVLc5 + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + make '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' -j4 cc -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 -c -o connect.o connect.c connect.c: In function 'expand_host_and_port': connect.c:548:23: warning: unused variable 'ptr' [-Wunused-variable] char *buf, *dst, *ptr; ^ connect.c: At top level: connect.c:1031:1: warning: return type defaults to 'int' [-Wreturn-type] domain_match(const char *s1, const char *s2) ^ connect.c: In function 'is_direct_name': connect.c:1074:25: warning: unused variable 'd' [-Wunused-variable] const char *n, *d; ^ connect.c:1074:21: warning: unused variable 'n' [-Wunused-variable] const char *n, *d; ^ connect.c:1072:13: warning: unused variable 'dlen' [-Wunused-variable] int dlen, neg; ^ connect.c:1064:17: warning: variable 'tail' set but not used [-Wunused-but-set-variable] const char *tail; ^ connect.c: In function 'make_revstr': connect.c:1472:12: warning: unused variable 'len' [-Wunused-variable] size_t len; ^ connect.c: In function 'socks5_do_auth_userpass': connect.c:2032:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( ptr, relay_user ); ^ In file included from /usr/include/features.h:375:0, from /usr/include/stdio.h:27, from connect.c:205: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ connect.c:2036:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( ptr, pass ); ^ In file included from /usr/include/features.h:375:0, from /usr/include/stdio.h:27, from connect.c:205: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ connect.c:2042:5: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] atomic_out( s, buf, ptr-buf ); ^ connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_out( SOCKET s, char *buf, int size ) ^ connect.c:2044:5: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, buf, 2 ); ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c: In function 'begin_socks5_relay': connect.c:2130:42: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char buf[256], *ptr, *env = socks5_auth; ^ connect.c:2141:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] env = getparam(ENV_SOCKS5_AUTH); ^ connect.c:2148:9: warning: pointer targets in passing argument 1 of 'socks5_auth_parse' differ in signedness [-Wpointer-sign] n_auth = socks5_auth_parse(env, auth_list, 10); ^ connect.c:2103:1: note: expected 'char *' but argument is of type 'unsigned char *' socks5_auth_parse(char *start, unsigned char *auth_list, int max_auth){ ^ connect.c:2156:5: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] atomic_out( s, buf, ptr-buf ); /* send requst */ ^ connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_out( SOCKET s, char *buf, int size ) ^ connect.c:2157:5: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, buf, 2 ); /* recv response */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c:2210:5: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] atomic_out( s, buf, ptr-buf); /* send request */ ^ connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_out( SOCKET s, char *buf, int size ) ^ connect.c:2211:5: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, buf, 4 ); /* recv response */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c:2220:9: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, ptr, 4+2 ); /* recv IPv4 addr and port */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c:2223:9: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, ptr, 1 ); /* recv name and port */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c:2224:9: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, ptr+1, *(unsigned char*)ptr + 2); ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c:2227:9: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, ptr, 16+2 ); /* recv IPv6 addr and port */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c: In function 'begin_socks4_relay': connect.c:2288:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( ptr, relay_user ); ^ In file included from /usr/include/features.h:375:0, from /usr/include/stdio.h:27, from connect.c:205: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ connect.c:2292:9: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( ptr, dest_host ); ^ In file included from /usr/include/features.h:375:0, from /usr/include/stdio.h:27, from connect.c:205: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ connect.c:2297:5: warning: pointer targets in passing argument 2 of 'atomic_out' differ in signedness [-Wpointer-sign] atomic_out( s, buf, ptr-buf); /* send request */ ^ connect.c:1851:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_out( SOCKET s, char *buf, int size ) ^ connect.c:2298:5: warning: pointer targets in passing argument 2 of 'atomic_in' differ in signedness [-Wpointer-sign] atomic_in( s, buf, 8 ); /* recv response */ ^ connect.c:1877:1: note: expected 'char *' but argument is of type 'unsigned char *' atomic_in( SOCKET s, char *buf, int size ) ^ connect.c: In function 'make_base64_string': connect.c:2343:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (unsigned char *)buf; ^ connect.c: In function 'accept_connection': connect.c:2841:5: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] connection = accept( sock, &client, &socklen); ^ In file included from connect.c:235:0: /usr/include/sys/socket.h:244:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ connect.c: At top level: connect.c:255:14: warning: 'vcid' defined but not used [-Wunused-variable] static char *vcid = "$Id$"; ^ connect.c: In function 'tty_readpass': connect.c:1183:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(tty, prompt, strlen(prompt)); ^ connect.c:1188:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(tty, "\n", 1); /* new line */ ^ cc -o connect-proxy connect.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nMboy6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm ++ dirname /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm + cd connect-proxy-1.100 + rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm + mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm + make DESTDIR=/builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm install mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/bin/ install connect-proxy /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/bin/ + mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/share/man/man1 + cp -p connect-proxy.1 /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/share/man/man1/ + /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/connect-proxy-1.100 extracting debug info from /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/bin/connect-proxy dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 178 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: connect-proxy-1.100-13.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u6rmcP + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + DOCDIR=/builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/share/doc/connect-proxy-1.100 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/share/doc/connect-proxy-1.100 + cp -pr connect.html /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm/usr/share/doc/connect-proxy-1.100 + exit 0 Provides: connect-proxy = 1.100-13.el7 connect-proxy(armv7hl-32) = 1.100-13.el7 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.15) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: connect-proxy-debuginfo-1.100-13.el7.armv7hl Provides: connect-proxy-debuginfo = 1.100-13.el7 connect-proxy-debuginfo(armv7hl-32) = 1.100-13.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/connect-proxy-1.100-13.el7.arm Wrote: /builddir/build/RPMS/connect-proxy-1.100-13.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/connect-proxy-debuginfo-1.100-13.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YVzVPO + umask 022 + cd /builddir/build/BUILD + cd connect-proxy-1.100 + rm -rf /builddir/build/BUILDROOT/connect-proxy-1.100-13.el7.arm + exit 0 Child return code was: 0