<86>Apr 21 00:46:51 userdel[66922]: delete user 'rooter' <86>Apr 21 00:46:51 userdel[66922]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:46:51 userdel[66922]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:46:51 groupadd[66984]: group added to /etc/group: name=rooter, GID=579 <86>Apr 21 00:46:51 groupadd[66984]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:46:51 groupadd[66984]: new group: name=rooter, GID=579 <86>Apr 21 00:46:51 useradd[67002]: new user: name=rooter, UID=579, GID=579, home=/root, shell=/bin/bash <86>Apr 21 00:46:51 userdel[67042]: delete user 'builder' <86>Apr 21 00:46:51 userdel[67042]: removed group 'builder' owned by 'builder' <86>Apr 21 00:46:51 userdel[67042]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:46:51 groupadd[67068]: group added to /etc/group: name=builder, GID=580 <86>Apr 21 00:46:51 groupadd[67068]: group added to /etc/gshadow: name=builder <86>Apr 21 00:46:51 groupadd[67068]: new group: name=builder, GID=580 <86>Apr 21 00:46:51 useradd[67097]: new user: name=builder, UID=580, GID=580, home=/usr/src, shell=/bin/bash Installing mocks-0.0.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58434 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mocks-0.0.2 + echo 'Source #0 (mocks-0.0.2.tar):' Source #0 (mocks-0.0.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mocks-0.0.2.tar + cd mocks-0.0.2 + /bin/chmod -c -Rf u+rwX,go-w . + rm -f mocks + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58434 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mocks-0.0.2 + ./build Building MOCKS 0.0.2 gcc -g -Wall -o mocks -lnsl socksd.c child.c misc.c error.c up_proxy.c src/socksd.c: In function 'main': src/socksd.c:279:42: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] sk_client = accept( sk_socks,&ad_client,&sksize ); ^ In file included from src/socksd.c:22:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ src/child.c: In function 'negotiate': src/child.c:210:9: warning: pointer targets in passing argument 1 of 'logstr' differ in signedness [-Wpointer-sign] logstr(buf+1,&ad_client); ^ In file included from src/child.c:29:0: src/misc.h:44:6: note: expected 'char *' but argument is of type 'uchar * {aka unsigned char *}' void logstr( char *s, struct sockaddr *ad ); ^ src/child.c:212:25: warning: pointer targets in passing argument 1 of 'gethostbyname' differ in signedness [-Wpointer-sign] he = gethostbyname(buf+1); ^ In file included from src/child.c:23:0: /usr/include/netdb.h:144:24: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}' extern struct hostent *gethostbyname (const char *__name); ^ src/child.c:218:23: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(target_ip,buf+1); ^ In file included from src/child.c:25:0: /usr/include/string.h:125:14: note: expected 'const char * restrict' but argument is of type 'uchar * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ src/child.c:256:39: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname(sk_target,ad_cl_local,&sksize); ^ In file included from src/child.c:21:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ src/child.c: In function 'bind_client': src/child.c:361:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] while( (res=accept(sk_target,&ad_target,&sksize))<0 && errno==EINTR ); ^ In file included from src/child.c:21:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ src/up_proxy.c: In function 'proxy_poll_connect': src/up_proxy.c:383:59: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] adam = getsockopt(pcon->sock,SOL_SOCKET,SO_ERROR,&so_err,&so_err_len); ^ In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from src/up_proxy.c:28: /usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^ src/up_proxy.c:512:9: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(buf+2,pcon->proxy->user); /* Add username to buffer */ ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:125:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:514:9: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(buf+2+buf[1]+1,pcon->proxy->pwd); /* Add password */ ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:125:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:590:9: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(buf+5,pcon->target_name); /* target address */ ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:125:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:753:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(buf+8,"%u",getuid()); /* userid */ ^ In file included from src/up_proxy.c:25:0: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern int sprintf (char *__restrict __s, ^ src/up_proxy.c:755:23: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] buf_len = 8 + strlen(buf+8); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:863:11: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf( buf,"CONNECT %s:%d HTTP/1.1\n" ^ In file included from src/up_proxy.c:25:0: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern int sprintf (char *__restrict __s, ^ src/up_proxy.c:867:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] buf_len = strlen(buf); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:875:14: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(auth_buf,"%s:%s",pcon->proxy->user,pcon->proxy->pwd); ^ In file included from src/up_proxy.c:25:0: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern int sprintf (char *__restrict __s, ^ src/up_proxy.c:876:13: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(buf,"Authorization: Basic "); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:133:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:877:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:877:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:877:26: warning: pointer targets in passing argument 1 of 'proxy_encode_base64' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:29:0: src/up_proxy.h:178:7: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}' char *proxy_encode_base64( ^ src/up_proxy.c:877:52: warning: pointer targets in passing argument 3 of 'proxy_encode_base64' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:29:0: src/up_proxy.h:178:7: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}' char *proxy_encode_base64( ^ src/up_proxy.c:878:13: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(buf,"\n"); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:133:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:879:13: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(buf,"Proxy-Authorization: Basic "); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:133:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:880:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:880:63: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:880:26: warning: pointer targets in passing argument 1 of 'proxy_encode_base64' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:29:0: src/up_proxy.h:178:7: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}' char *proxy_encode_base64( ^ src/up_proxy.c:880:52: warning: pointer targets in passing argument 3 of 'proxy_encode_base64' differ in signedness [-Wpointer-sign] proxy_encode_base64(auth_buf,strlen(auth_buf),buf+strlen(buf)); ^ In file included from src/up_proxy.c:29:0: src/up_proxy.h:178:7: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}' char *proxy_encode_base64( ^ src/up_proxy.c:881:13: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(buf,"\n"); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:133:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:887:9: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(buf,"\n"); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:133:14: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ src/up_proxy.c:888:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] buf_len = strlen(buf); ^ In file included from src/up_proxy.c:24:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'uint8_t * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ src/up_proxy.c:930:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] sscanf(buf,"HTTP/1.1 %d",&adam); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdlib.h:24, from src/up_proxy.c:19: /usr/include/stdio.h:448:12: note: expected 'const char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^ src/up_proxy.c:916:12: warning: 'buf_len' may be used uninitialized in this function [-Wmaybe-uninitialized] buf_len = read(pcon->sock,buf,buf_len); ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.57978 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mocks-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mocks-buildroot + cd mocks-0.0.2 + install -d /usr/src/tmp/mocks-buildroot/usr/bin + install -m755 mocks /usr/src/tmp/mocks-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mocks-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mocks-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/mocks-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mocks-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: mocks-0.0.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.57978 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mocks-0.0.2 + DOCDIR=/usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + export DOCDIR + rm -rf /usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + /bin/mkdir -p /usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + cp -prL CHANGELOG README TODO /usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + chmod -R go-w /usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + chmod -R a+rX /usr/src/tmp/mocks-buildroot/usr/share/doc/mocks-0.0.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vFQyos find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Jn2jun find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JmQ2jl Creating mocks-debuginfo package Processing files: mocks-debuginfo-0.0.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nv2oTl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JWPDep find-requires: running scripts (debuginfo) Requires: mocks = 0.0.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mocks-0.0.2-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mocks-debuginfo-0.0.2-alt1.x86_64.rpm 0.82user 0.36system 0:05.99elapsed 19%CPU (0avgtext+0avgdata 23548maxresident)k 0inputs+0outputs (0major+143310minor)pagefaults 0swaps 1.86user 1.95system 0:09.27elapsed 41%CPU (0avgtext+0avgdata 23548maxresident)k 0inputs+0outputs (0major+288693minor)pagefaults 0swaps