>>> socklog: Building community/socklog 2.1.0-r3 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 14:58:09 +0000 >>> socklog: Checking sanity of /home/buildozer/aports/community/socklog/APKBUILD... >>> socklog: Analyzing dependencies... >>> socklog: Installing for build: build-base (1/1) Installing .makedepends-socklog (20201224.145819) OK: 310 MiB in 87 packages >>> socklog: Cleaning up srcdir >>> socklog: Cleaning up pkgdir >>> socklog: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/socklog-2.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56942 100 56942 0 0 661k 0 --:--:-- --:--:-- --:--:-- 661k >>> socklog: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/socklog-2.1.0.tar.gz >>> socklog: Checking sha512sums... socklog-2.1.0.tar.gz: OK socklog.setup: OK >>> socklog: Unpacking /var/cache/distfiles/v3.13/socklog-2.1.0.tar.gz... sh find-systype.sh > systype rm -f choose cat warn-auto.sh choose.sh \ > choose chmod 555 choose rm -f compile rm -f load sh print-cc.sh > compile sh print-ld.sh > load rm -f makelib sh print-ar.sh > makelib chmod 555 compile chmod 555 load chmod 555 makelib ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile chkshsgr.c ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose c trysysel select.h1 select.h2 > select.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile socklog.c ./compile alloc.c ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c ./compile buffer_put.c ./compile buffer_read.c ./compile buffer_write.c ./compile coe.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c ./compile fd_move.c ./compile ndelay_off.c chkshsgr.c: In function 'main': chkshsgr.c:10:19: warning: passing argument 2 of 'getgroups' from incompatible pointer type [-Wincompatible-pointer-types] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^ | | | short int * In file included from chkshsgr.c:3: /usr/include/fortify/unistd.h:74:54: note: expected 'gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *' 74 | _FORTIFY_FN(getgroups) int getgroups(int __l, gid_t *__s) | ~~~~~~~^~~ chkshsgr.c:10:44: warning: passing argument 2 of 'setgroups' from incompatible pointer type [-Wincompatible-pointer-types] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^ | | | short int * In file included from /usr/include/fortify/unistd.h:22, from chkshsgr.c:3: /usr/include/unistd.h:169:23: note: expected 'const gid_t *' {aka 'const unsigned int *'} but argument is of type 'short int *' 169 | int setgroups(size_t, const gid_t *); | ^~~~~~~~~~~~~ ./compile ndelay_on.c ./compile open_append.c ./compile open_read.c ./compile open_trunc.c ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c ./compile pathexec_run.c ./compile readclose.c ./compile seek_set.c ./compile sgetopt.c ./compile sig.c ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_eady.c ./compile stralloc_opyb.c ./compile stralloc_opys.c pathexec_run.c: In function 'pathexec_run': pathexec_run.c:18:5: warning: implicit declaration of function 'execve' [-Wimplicit-function-declaration] 18 | execve(file,argv,envp); | ^~~~~~ pathexec_run.c:18:17: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 18 | execve(file,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:18:17: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:18:22: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 18 | execve(file,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:18:22: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:35:18: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 35 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:35:18: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:35:23: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 35 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:35:23: note: expected 'char * const*' but argument is of type 'const char * const*' ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c ./compile byte_chr.c seek_set.c: In function 'seek_set': seek_set.c:9:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] 9 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } | ^~~~~ ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile byte_zero.c ./compile fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_start.c ./compile trysocketlib.c ./compile socklog-check.c ./compile socklog-conf.c ./compile tryto.c ./compile iopause.c ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.c ./compile tai_unpack.c ./compile taia_add.c ./compile taia_approx.c ./compile taia_frac.c ./compile taia_less.c ./compile taia_now.c ./compile taia_pack.c ./compile taia_sub.c ./compile taia_uint.c ./compile uncat.c ./load chkshsgr ./compile fifo.c ./compile lock_ex.c ./compile lock_exnb.c ./compile sig_block.c ./compile sig_catch.c ./compile sig_pause.c ./compile wait_nohang.c ./compile wait_pid.c ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o \ byte_rchr.o byte_zero.o fmt_uint.o fmt_uint0.o fmt_ulong.o \ scan_ulong.o str_chr.o str_diff.o str_len.o str_start.o ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ( ./load trysocketlib >/dev/null 2>&1 || \ ( ./load trysocketlib -lxnet >/dev/null 2>&1 && echo '-lxnet' ) || \ ( ./load trysocketlib -lsocket -lnsl >/dev/null 2>&1 && \ echo '-lsocket -lnsl' ) \ ) >socket.lib rm -f trysocketlib.o trysocketlib ./makelib time.a iopause.o tai_now.o tai_pack.o tai_sub.o \ tai_unpack.o taia_add.o taia_approx.o taia_frac.o taia_less.o \ taia_now.o taia_pack.o taia_sub.o taia_uint.o rm -f sysdeps ./compile prot.c cat systype compile load >> sysdeps grep sysdep direntry.h >> sysdeps grep sysdep haswaitp.h >> sysdeps grep sysdep hassgact.h >> sysdeps grep sysdep hassgprm.h >> sysdeps grep sysdep select.h >> sysdeps grep sysdep uint64.h >> sysdeps grep sysdep iopause.h >> sysdeps grep sysdep hasmkffo.h >> sysdeps grep sysdep hasflock.h >> sysdeps grep sysdep hasshsgr.h >> sysdeps cat sysdeps linux-5.4.43-1-lts-:i386-:-:genuineintel-000206d7-bfebfbff-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec gcc -Os -fomit-frame-pointer -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec gcc -Wl,--as-needed -o "$main" "$main".o ${1+"$@"} /* sysdep: +dirent */ /* sysdep: +waitpid */ /* sysdep: +sigaction */ /* sysdep: +sigprocmask */ /* sysdep: +sysselect */ /* sysdep: -ulong64 */ /* sysdep: +poll */ /* sysdep: +mkfifo */ /* sysdep: +flock */ /* sysdep: -shortsetgroups */ prot.c: In function 'prot_gid': prot.c:13:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] 13 | if (setgroups(1,&gid) == -1) return -1; | ^~~~~~~~~ prot.c:15:10: warning: implicit declaration of function 'setgid' [-Wimplicit-function-declaration] 15 | return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ | ^~~~~~ prot.c: In function 'prot_uid': prot.c:20:10: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] 20 | return setuid(uid); | ^~~~~~ ./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o buffer_1.o \ buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o \ coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \ lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o \ open_trunc.o open_write.o openreadclose.o pathexec_env.o \ pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o \ sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \ stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \ stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \ wait_pid.o ./load socklog-check unix.a byte.a `cat socket.lib` ./load uncat unix.a byte.a time.a ./load tryto unix.a byte.a time.a ./load socklog unix.a byte.a `cat socket.lib` ./load socklog-conf unix.a byte.a >>> WARNING: socklog: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> socklog: Entering fakeroot... >>> socklog-doc*: Running split function doc... >>> socklog-doc*: Preparing subpackage socklog-doc... >>> socklog-doc*: Running postcheck for socklog-doc >>> socklog*: Running postcheck for socklog >>> socklog*: Preparing package socklog... >>> socklog*: Stripping binaries >>> socklog*: Script found. /bin/sh added as a dependency for socklog-2.1.0-r3.apk >>> socklog*: Adding .post-install >>> socklog-doc*: Scanning shared objects >>> socklog*: Scanning shared objects >>> socklog-doc*: Tracing dependencies... >>> socklog-doc*: Package size: 40.0 KB >>> socklog-doc*: Compressing data... >>> socklog-doc*: Create checksum... >>> socklog-doc*: Create socklog-doc-2.1.0-r3.apk >>> socklog*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> socklog*: Package size: 148.0 KB >>> socklog*: Compressing data... >>> socklog*: Create checksum... >>> socklog*: Create socklog-2.1.0-r3.apk >>> socklog: Build complete at Thu, 24 Dec 2020 14:58:20 +0000 elapsed time 0h 0m 11s >>> socklog: Cleaning up srcdir >>> socklog: Cleaning up pkgdir >>> socklog: Uninstalling dependencies... (1/1) Purging .makedepends-socklog (20201224.145819) OK: 310 MiB in 86 packages >>> socklog: Updating the community/x86 repository index... >>> socklog: Signing the index...