>>> ucspi-tcp: Building testing/ucspi-tcp 0.88-r2 (using abuild 3.10.0_rc1-r2) started Mon, 24 Oct 2022 21:56:17 +0000 >>> ucspi-tcp: Checking sanity of /home/buildozer/aports/testing/ucspi-tcp/APKBUILD... >>> ucspi-tcp: Analyzing dependencies... >>> ucspi-tcp: Installing for build: build-base (1/1) Installing .makedepends-ucspi-tcp (20221024.215618) OK: 380 MiB in 104 packages >>> ucspi-tcp: Cleaning up srcdir >>> ucspi-tcp: Cleaning up pkgdir >>> ucspi-tcp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ucspi-tcp-0.88.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 53019 100 53019 0 0 349k 0 --:--:-- --:--:-- --:--:-- 349k >>> ucspi-tcp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ucspi-tcp-0.88.tar.gz >>> ucspi-tcp: Checking sha512sums... ucspi-tcp-0.88.tar.gz: OK ucspi-tcp-0.88.a_record.patch: OK ucspi-tcp-0.88.errno.patch: OK >>> ucspi-tcp: Unpacking /var/cache/distfiles/edge/ucspi-tcp-0.88.tar.gz... >>> ucspi-tcp: ucspi-tcp-0.88.a_record.patch patching file rblsmtpd.c >>> ucspi-tcp: ucspi-tcp-0.88.errno.patch patching file error.h ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 load cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 compile chmod 755 choose ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype cat warn-auto.sh who@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > who@ cat warn-auto.sh date@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > date@ cat warn-auto.sh finger@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > finger@ cat warn-auto.sh http@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > http@ cat warn-auto.sh tcpcat.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > tcpcat cat warn-auto.sh mconnect.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > mconnect chmod 755 who@ chmod 755 date@ chmod 755 finger@ chmod 755 http@ chmod 755 tcpcat chmod 755 mconnect ./choose cl tryvfork fork.h1 fork.h2 > fork.h ./compile addcr.c ./compile delcr.c ./compile commands.c cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts ./compile install.c ./compile hier.c ./compile auto-str.c ./compile instcheck.c chmod 755 rts ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h ./choose c trysysel select.h1 select.h2 > select.h ./compile alloc.c ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_copy.c ./compile buffer_get.c ./compile buffer_put.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c ./compile fd_move.c ./compile getln.c addcr.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main() | ^~~~ delcr.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main() | ^~~~ ./compile getln2.c ./compile ndelay_off.c ./compile ndelay_on.c hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] 5 | h(auto_home,-1,-1,02755); | ^ hier.c:6:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] 6 | d(auto_home,"bin",-1,-1,02755); | ^ hier.c:8:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] 8 | c(auto_home,"bin","tcpserver",-1,-1,0755); | ^ auto-str.c:8:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 8 | void puts(char *s) | ^~~~ auto-str.c:4:1: note: 'puts' is declared in header '' 3 | #include "exit.h" +++ |+#include 4 | auto-str.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] 13 | main(int argc,char **argv) | ^~~~ ./compile open_read.c install.c: In function 'h': install.c:20:7: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 20 | if (mkdir(home,0700) == -1) | ^~~~~ install.c:23:7: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] 23 | if (chown(home,uid,gid) == -1) | ^~~~~ alloc.c:3:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(unsigned int)' [-Wbuiltin-declaration-mismatch] 3 | extern char *malloc(); | ^~~~~~ alloc.c:3:1: note: 'malloc' is declared in header '' 2 | #include "error.h" +++ |+#include 3 | extern char *malloc(); install.c:25:7: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 25 | if (chmod(home,mode) == -1) | ^~~~~ install.c: In function 'd': install.c:36:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 36 | if (chdir(home) == -1) | ^~~~~ install.c: In function 'c': install.c:63:7: warning: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] 63 | if (fchdir(fdsourcedir) == -1) | ^~~~~~ install.c:88:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 88 | close(fdin); | ^~~~~ install.c:91:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 91 | if (fsync(fdout) == -1) | ^~~~~ fd_move.c: In function 'fd_move': fd_move.c:7:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 7 | close(from); | ^~~~~ fd_copy.c: In function 'fd_copy': fd_copy.c:8:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 8 | close(to); | ^~~~~ instcheck.c: In function 'd': instcheck.c:59:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 59 | if (chdir(home) == -1) | ^~~~~ install.c: At top level: install.c:140:1: warning: return type defaults to 'int' [-Wimplicit-int] 140 | main() | ^~~~ ./compile open_trunc.c instcheck.c: At top level: instcheck.c:104:1: warning: return type defaults to 'int' [-Wimplicit-int] 104 | main() | ^~~~ install.c: In function 'main': install.c:146:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 146 | umask(077); | ^~~~~ ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c ./compile pathexec_run.c ./compile chkshsgr.c ./compile readclose.c ./compile seek_set.c ./compile sgetopt.c ./compile sig.c ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./compile socket_accept.c ./compile socket_bind.c ./compile socket_conn.c ./compile socket_delay.c chkshsgr.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int] 3 | main() | ^~~~ ./compile socket_listen.c chkshsgr.c: In function 'main': chkshsgr.c:8:7: warning: implicit declaration of function 'getgroups' [-Wimplicit-function-declaration] 8 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^~~~~~~~~ chkshsgr.c:8:32: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] 8 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^~~~~~~~~ pathexec_run.c: In function 'pathexec_run': ./compile socket_local.c pathexec_run.c:16:5: warning: implicit declaration of function 'execve' [-Wimplicit-function-declaration] 16 | execve(file,argv,envp); | ^~~~~~ ./compile socket_opts.c rm -f tryulong32.o tryulong32 ./compile socket_remote.c ./compile socket_tcp.c ./compile socket_udp.c readclose.c: In function 'readclose_append': readclose.c:9:44: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 9 | if (!stralloc_readyplus(sa,bufsize)) { close(fd); return -1; } | ^~~~~ ./compile stralloc_cat.c ./compile stralloc_catb.c seek_set.c: In function 'seek_set': seek_set.c:7:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] 7 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } | ^~~~~ ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_opyb.c ./compile stralloc_opys.c ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c socket_udp.c: In function 'socket_udp': socket_udp.c:14:29: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 14 | if (ndelay_on(s) == -1) { close(s); return -1; } | ^~~~~ socket_tcp.c: In function 'socket_tcp': socket_tcp.c:14:29: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 14 | if (ndelay_on(s) == -1) { close(s); return -1; } | ^~~~~ ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile byte_zero.c ./compile case_diffb.c ./compile case_diffs.c ./compile fmt_ulong.c ./compile ip4_fmt.c ./compile ip4_scan.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_start.c ./compile uint16_pack.c ./compile uint16_unpack.c ./compile uint32_pack.c ./compile uint32_unpack.c ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib ./compile tcprules.c ./compile tcprulescheck.c ./compile argv0.c ./compile recordio.c ./compile tcpclient.c ./compile mconnect-io.c ./compile fixcrio.c ./compile rblsmtpd.c tcprulescheck.c: In function 'found': tcprulescheck.c:19:9: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 19 | _exit(0); | ^~~~~ tcprulescheck.c:19:9: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] argv0.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int argc,char **argv,char **envp) | ^~~~ tcprulescheck.c:31:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] 31 | _exit(0); | ^~~~~ ./compile tcpserver.c tcprulescheck.c: At top level: tcprulescheck.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int] 34 | main(int argc,char **argv) | ^~~~ ./compile rules.c tcprulescheck.c: In function 'main': tcprulescheck.c:51:8: warning: implicit declaration of function 'open_read' [-Wimplicit-function-declaration] 51 | fd = open_read(fnrules); | ^~~~~~~~~ tcprulescheck.c:56:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] 56 | _exit(0); | ^~~~~ tcprules.c: In function 'getnum': tcprules.c:50:15: warning: implicit declaration of function 'scan_ulong' [-Wimplicit-function-declaration] 50 | if (sanum.s[scan_ulong(sanum.s,u)]) die_bad(); | ^~~~~~~~~~ tcprules.c: At top level: tcprules.c:90:1: warning: return type defaults to 'int' [-Wimplicit-int] 90 | main(int argc,char **argv) | ^~~~ mconnect-io.c:21:1: warning: return type defaults to 'int' [-Wimplicit-int] 21 | main() | ^~~~ tcprules.c: In function 'main': tcprules.c:104:8: warning: implicit declaration of function 'open_trunc' [-Wimplicit-function-declaration] 104 | fd = open_trunc(fntemp); | ^~~~~~~~~~ ./compile remoteinfo.c mconnect-io.c: In function 'main': mconnect-io.c:49:3: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] 49 | kill(pid,sig_term); | ^~~~ ./compile timeoutconn.c ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo 'rm -f "$main"'; \ echo 'ar cr "$main" ${1+"$@"}'; \ case "`cat systype`" in \ sunos-5.*) ;; \ unix_sv*) ;; \ irix64-*) ;; \ irix-*) ;; \ dgux-*) ;; \ hp-ux-*) ;; \ sco*) ;; \ *) echo 'ranlib "$main"' ;; \ esac \ ) > makelib ./compile cdb.c tcprules.c:169:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 169 | if (fsync(fd) == -1) die_write(); | ^~~~~ tcprules.c:170:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 170 | if (close(fd) == -1) die_write(); /* NFS stupidity */ | ^~~~~ tcprules.c:171:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] 171 | if (rename(fntemp,fn)) | ^~~~~~ chmod 755 makelib ./compile cdb_hash.c ./compile cdb_make.c ./compile dns_dfd.c ./compile dns_domain.c ./compile dns_dtda.c ./compile dns_ip.c ./compile dns_ipq.c recordio.c: In function 'doit': recordio.c:103:9: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 103 | close(fdleft); | ^~~~~ recordio.c: At top level: recordio.c:144:1: warning: return type defaults to 'int' [-Wimplicit-int] 144 | main(int argc,char **argv,char **envp) | ^~~~ recordio.c: In function 'main': recordio.c:149:21: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 149 | pid[fmt_ulong(pid,getpid())] = 0; | ^~~~~~ recordio.c:154:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] 154 | if (pipe(piin) == -1) | ^~~~ recordio.c:159:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 159 | switch(fork()) { | ^~~~ ./compile dns_name.c rm -f trylsock.o trylsock recordio.c:171:7: warning: implicit declaration of function 'fd_move' [-Wimplicit-function-declaration] 171 | if (fd_move(0,piin[0]) == -1) | ^~~~~~~ ./compile dns_nd.c ./compile dns_packet.c ./compile dns_random.c ./compile dns_rcip.c ./compile dns_rcrw.c ./compile dns_resolve.c ./compile dns_sortip.c fixcrio.c: In function 'doit': fixcrio.c:78:9: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 78 | close(fdleft); | ^~~~~ fixcrio.c: At top level: fixcrio.c:129:1: warning: return type defaults to 'int' [-Wimplicit-int] 129 | main(int argc,char **argv,char **envp) | ^~~~ fixcrio.c: In function 'main': fixcrio.c:137:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] 137 | if (pipe(piin) == -1) | ^~~~ rblsmtpd.c: In function 'rblsmtpd': rblsmtpd.c:175:47: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 175 | buffer_put(buffer_2,strnum,fmt_ulong(strnum,getpid())); | ^~~~~~ fixcrio.c:142:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 142 | switch(fork()) { | ^~~~ rblsmtpd.c:187:5: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] 187 | alarm(timeout); | ^~~~~ rblsmtpd.c: At top level: rblsmtpd.c:194:1: warning: return type defaults to 'int' [-Wimplicit-int] 194 | main(int argc,char **argv,char **envp) | ^~~~ ./compile dns_transmit.c fixcrio.c:154:7: warning: implicit declaration of function 'fd_move' [-Wimplicit-function-declaration] 154 | if (fd_move(0,piin[0]) == -1) | ^~~~~~~ ./compile dns_txt.c tcpclient.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int] 68 | main(int argc,char **argv) | ^~~~ remoteinfo.c: In function 'mywrite': remoteinfo.c:27:10: warning: implicit declaration of function 'write'; did you mean 'mywrite'? [-Wimplicit-function-declaration] 27 | return write(fd,buf,len); | ^~~~~ | mywrite remoteinfo.c: In function 'myread': remoteinfo.c:45:10: warning: implicit declaration of function 'read'; did you mean 'myread'? [-Wimplicit-function-declaration] 45 | return read(fd,buf,len); | ^~~~ | myread tcpclient.c: In function 'main': tcpclient.c:79:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 79 | close(6); | ^~~~~ ./compile iopause.c remoteinfo.c: In function 'remoteinfo': remoteinfo.c:96:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 96 | close(s); | ^~~~~ ./compile tai_pack.c tcpserver.c: In function 'doit': tcpclient.c:170:5: warning: implicit declaration of function 'socket_tcpnodelay' [-Wimplicit-function-declaration] 170 | socket_tcpnodelay(s); /* if it fails, bummer */ | ^~~~~~~~~~~~~~~~~ tcpserver.c:143:29: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 143 | strnum[fmt_ulong(strnum,getpid())] = 0; | ^~~~~~ ./compile taia_add.c dns_random.c: In function 'dns_random_init': dns_random.c:46:11: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 46 | in[8] = getpid(); | ^~~~~~ dns_random.c:47:11: warning: implicit declaration of function 'getppid' [-Wimplicit-function-declaration] 47 | in[9] = getppid(); | ^~~~~~~ dns_rcrw.c: In function 'init': dns_rcrw.c:92:7: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 92 | if (gethostname(host,sizeof host) == -1) return -1; | ^~~~~~~~~~~ tcpserver.c:148:5: warning: implicit declaration of function 'socket_ipoptionskill' [-Wimplicit-function-declaration] 148 | socket_ipoptionskill(t); | ^~~~~~~~~~~~~~~~~~~~ tcpserver.c:150:5: warning: implicit declaration of function 'socket_tcpnodelay' [-Wimplicit-function-declaration] 150 | socket_tcpnodelay(t); | ^~~~~~~~~~~~~~~~~ dns_transmit.c: In function 'socketfree': dns_transmit.c:70:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 70 | close(d->s1 - 1); | ^~~~~ tcpserver.c:210:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 210 | close(fdrules); | ^~~~~ dns_transmit.c: In function 'thisudp': dns_transmit.c:113:15: warning: implicit declaration of function 'send' [-Wimplicit-function-declaration] 113 | if (send(d->s1 - 1,d->query + 2,d->querylen - 2,0) == d->querylen - 2) { | ^~~~ tcpserver.c: At top level: tcpserver.c:292:1: warning: return type defaults to 'int' [-Wimplicit-int] 292 | main(int argc,char **argv) | ^~~~ ./compile taia_approx.c dns_transmit.c: In function 'dns_transmit_get': dns_transmit.c:261:9: warning: implicit declaration of function 'recv' [-Wimplicit-function-declaration] 261 | r = recv(fd,udpbuf,sizeof udpbuf,0); | ^~~~ tcpserver.c: In function 'main': tcpserver.c:408:12: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 408 | switch(fork()) { | ^~~~ ./compile taia_frac.c ./compile taia_less.c ./compile taia_now.c ./compile taia_pack.c ./compile taia_sub.c ./compile taia_uint.c ./load chkshsgr ./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 case_diffb.o \ case_diffs.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o \ str_chr.o str_diff.o str_len.o str_start.o uint16_pack.o \ uint16_unpack.o uint32_pack.o uint32_unpack.o ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./makelib time.a iopause.o tai_pack.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 ./compile prot.c prot.c: In function 'prot_gid': prot.c:11:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] 11 | if (setgroups(1,&gid) == -1) return -1; | ^~~~~~~~~ prot.c:13:10: warning: implicit declaration of function 'setgid' [-Wimplicit-function-declaration] 13 | return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ | ^~~~~~ prot.c: In function 'prot_uid': prot.c:18:10: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] 18 | return setuid(uid); | ^~~~~~ ./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o \ buffer_1.o buffer_2.o buffer_copy.o buffer_get.o \ buffer_put.o env.o error.o error_str.o fd_copy.o fd_move.o \ getln.o getln2.o ndelay_off.o ndelay_on.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 socket_accept.o \ socket_bind.o socket_conn.o socket_delay.o socket_listen.o \ socket_local.o socket_opts.o socket_remote.o socket_tcp.o \ socket_udp.o stralloc_cat.o stralloc_catb.o stralloc_cats.o \ stralloc_copy.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 ./makelib cdb.a cdb.o cdb_hash.o cdb_make.o ./load tcprules cdb.a unix.a byte.a ./load tcprulescheck rules.o cdb.a unix.a byte.a ./load argv0 unix.a byte.a ./load recordio time.a unix.a byte.a ./load mconnect-io unix.a byte.a ./load addcr unix.a byte.a ./load delcr unix.a byte.a ./load fixcrio time.a unix.a byte.a ./load auto-str unix.a byte.a ./auto-str auto_home `head -1 conf-home` > auto_home.c ./compile auto_home.c ./load install hier.o auto_home.o unix.a byte.a ./load instcheck hier.o auto_home.o unix.a byte.a ./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o \ dns_ipq.o dns_name.o dns_nd.o dns_packet.o dns_random.o \ dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o \ dns_transmit.o dns_txt.o ./load tcpclient remoteinfo.o timeoutconn.o dns.a time.a \ unix.a byte.a `cat socket.lib` ./load rblsmtpd commands.o dns.a time.a unix.a byte.a \ `cat socket.lib` ./load tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a \ dns.a time.a unix.a byte.a `cat socket.lib` >>> WARNING: ucspi-tcp: 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. >>> ucspi-tcp: Entering fakeroot... >>> ucspi-tcp*: Running postcheck for ucspi-tcp >>> ucspi-tcp*: Preparing package ucspi-tcp... >>> ucspi-tcp*: Stripping binaries >>> ucspi-tcp*: Scanning shared objects >>> ucspi-tcp*: Tracing dependencies... so:libc.musl-x86.so.1 >>> ucspi-tcp*: Package size: 364.0 KB >>> ucspi-tcp*: Compressing data... >>> ucspi-tcp*: Create checksum... >>> ucspi-tcp*: Create ucspi-tcp-0.88-r2.apk >>> ucspi-tcp: Build complete at Mon, 24 Oct 2022 21:56:20 +0000 elapsed time 0h 0m 3s >>> ucspi-tcp: Cleaning up srcdir >>> ucspi-tcp: Cleaning up pkgdir >>> ucspi-tcp: Uninstalling dependencies... (1/1) Purging .makedepends-ucspi-tcp (20221024.215618) OK: 380 MiB in 103 packages >>> ucspi-tcp: Updating the testing/x86 repository index... >>> ucspi-tcp: Signing the index...