>>> djbdns: Building main/djbdns 1.05-r47 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 19:03:45 +0000 >>> djbdns: Checking sanity of /home/buildozer/aports/main/djbdns/APKBUILD... >>> djbdns: Analyzing dependencies... >>> djbdns: Installing for build: build-base (1/1) Installing .makedepends-djbdns (20220413.190349) OK: 327 MiB in 86 packages >>> djbdns: Cleaning up srcdir >>> djbdns: Cleaning up pkgdir >>> djbdns: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/djbdns-1.05.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 85648 100 85648 0 0 1023k 0 --:--:-- --:--:-- --:--:-- 1032k >>> djbdns: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/djbdns-1.05-test25.diff.bz2 % 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 20376 100 20376 0 0 240k 0 --:--:-- --:--:-- --:--:-- 242k >>> djbdns: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/djbdns-1.05.tar.gz >>> djbdns: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/djbdns-1.05-test25.diff.bz2 >>> djbdns: Checking sha512sums... djbdns-1.05.tar.gz: OK djbdns-1.05-test25.diff.bz2: OK headtail.patch: OK dnsroots.patch: OK dnstracesort.patch: OK djbdns-1.05-jumbo-josb.patch: OK 1.05-errno.patch: OK 1.05-response.patch: OK tinydns.pre-install: OK tinydns.initd: OK tinydns.confd: OK dnscache.initd: OK dnscache.confd: OK dnscache.monthly: OK >>> djbdns: Unpacking /var/cache/distfiles/v3.16/djbdns-1.05.tar.gz... >>> djbdns: headtail.patch patching file Makefile Hunk #3 succeeded at 445 (offset -4 lines). Hunk #4 succeeded at 566 (offset -4 lines). Hunk #5 succeeded at 754 (offset -4 lines). Hunk #6 succeeded at 897 (offset -4 lines). >>> djbdns: dnsroots.patch patching file dnsroots.global >>> djbdns: dnstracesort.patch patching file dnstracesort.sh >>> djbdns: djbdns-1.05-jumbo-josb.patch patching file CHANGES patching file Makefile patching file Makefile.sig patching file README patching file SYSDEPS patching file TARGETS patching file VERSION patching file auto_home.c patching file axfr-get.c patching file cache.c patching file cache.h patching file chkshsgr.c patching file direntry.h patching file dns.h patching file dns_rotateip.c patching file dnscache-conf.c patching file dnscache.c patching file dnsfilter.c patching file hasdevtcp.h patching file hassgact.h patching file hassgact.h1 patching file hassgact.h2 patching file hassgprm.h patching file hassgprm.h1 patching file hassgprm.h2 patching file hasshsgr.h patching file iopause.h patching file log.c patching file log.h patching file okclient.c patching file parsetype.c patching file printrecord.c patching file prot.c patching file query.c patching file query.h patching file seek_set.c patching file select.h patching file server.c patching file sig.c patching file sig.h patching file sig_block.c patching file sig_catch.c patching file sig_pause.c patching file tinydns-data.c patching file trysgact.c patching file trysgprm.c patching file uint32.h patching file uint64.h >>> djbdns: 1.05-errno.patch patching file error.h >>> djbdns: 1.05-response.patch patching file response.c Hunk #1 succeeded at 34 with fuzz 2. ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -n 1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load chmod 755 load ( cat warn-auto.sh; \ echo exec "`head -n 1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 compile ( cat warn-auto.sh; \ echo CC=\'`head -n 1 conf-cc`\'; \ echo LD=\'`head -n 1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype ( case "`cat systype`" in \ sunos-5.*) cat hasdevtcp.h2 ;; \ *) cat hasdevtcp.h1 ;; \ esac ) > hasdevtcp.h ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h rm -f tryulong32.o tryulong32 cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -n 1 conf-home`"}g \ > choose chmod 755 choose ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile dnscache-conf.c ./compile generic-conf.c ./compile auto-str.c auto-str.c:7:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 7 | void puts(const char *s) | ^~~~ auto-str.c:3:1: note: 'puts' is declared in header '' 2 | #include "exit.h" +++ |+#include 3 | ( 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 chmod 755 makelib ./compile buffer.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_copy.c ./compile buffer_get.c ./compile buffer_put.c ./compile strerr_die.c ./compile strerr_sys.c ./makelib buffer.a buffer.o buffer_1.o buffer_2.o \ buffer_copy.o buffer_get.o buffer_put.o strerr_die.o \ strerr_sys.o ./compile buffer_read.c ./compile buffer_write.c ./compile error.c ./compile error_str.c ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_read.c ./compile open_trunc.c ./compile openreadclose.c ./compile readclose.c ./compile seek_set.c ./compile socket_accept.c ./compile socket_bind.c ./compile socket_conn.c ./compile socket_listen.c ./compile socket_recv.c ./compile socket_send.c ./compile socket_tcp.c ./compile socket_udp.c ./makelib unix.a buffer_read.o buffer_write.o error.o \ error_str.o ndelay_off.o ndelay_on.o open_read.o \ open_trunc.o openreadclose.o readclose.o seek_set.o \ socket_accept.o socket_bind.o socket_conn.o socket_listen.o \ socket_recv.o socket_send.o socket_tcp.o socket_udp.o ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_zero.c ./compile case_diffb.c ./compile case_diffs.c ./compile case_lowerb.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_rchr.c ./compile str_start.c ./compile uint16_pack.c ./compile uint16_unpack.c ./compile uint32_pack.c ./compile uint32_unpack.c ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o \ byte_diff.o byte_zero.o case_diffb.o case_diffs.o \ case_lowerb.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o \ str_chr.o str_diff.o str_len.o str_rchr.o str_start.o \ uint16_pack.o uint16_unpack.o uint32_pack.o uint32_unpack.o ./load auto-str buffer.a unix.a byte.a ./auto-str auto_home `head -n 1 conf-home` > auto_home.c ./compile auto_home.c ./compile tai_add.c ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.c ./compile tai_uint.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_tai.c ./compile taia_uint.c ./makelib libtai.a tai_add.o tai_now.o tai_pack.o \ tai_sub.o tai_uint.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_tai.o taia_uint.o ./load dnscache-conf generic-conf.o auto_home.o libtai.a \ buffer.a unix.a byte.a ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./compile dnscache.c ./compile droproot.c ./compile okclient.c ./compile log.c ./compile cache.c cache.c: In function 'cache_get': cache.c:104:14: warning: implicit declaration of function 'env_get' [-Wimplicit-function-declaration] 104 | rrobin = env_get("ROUNDROBIN"); | ^~~~~~~ cache.c:104:12: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 104 | rrobin = env_get("ROUNDROBIN"); | ^ ./compile query.c ./compile response.c ./compile dd.c ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./compile roots.c ./choose c trysysel select.h1 select.h2 > select.h ./compile iopause.c ./compile chkshsgr.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 chkshsgr.c:2: /usr/include/grp.h:45:23: note: expected 'const gid_t *' {aka 'const unsigned int *'} but argument is of type 'short int *' 45 | int setgroups(size_t, const gid_t *); | ^~~~~~~~~~~~~ ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./compile prot.c ./compile dns_dfd.c ./compile dns_domain.c ./compile dns_dtda.c ./compile dns_ip.c ./compile dns_ipq.c ./compile dns_mx.c ./compile dns_name.c ./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_rotateip.c ./compile dns_sortip.c ./compile dns_transmit.c ./compile dns_txt.c ./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o \ dns_ipq.o dns_mx.o dns_name.o dns_nd.o dns_packet.o \ dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o \ dns_rotateip.o dns_sortip.o dns_transmit.o dns_txt.o ./compile env.c ./makelib env.a env.o ./compile alloc.c ./compile alloc_re.c ./compile getln.c ./compile getln2.c ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_num.c ./compile stralloc_opyb.c ./compile stralloc_opys.c ./compile stralloc_pend.c ./makelib alloc.a alloc.o alloc_re.o getln.o getln2.o \ stralloc_cat.o stralloc_catb.o stralloc_cats.o \ stralloc_copy.o stralloc_eady.o stralloc_num.o \ stralloc_opyb.o stralloc_opys.o stralloc_pend.o ./compile sig.c ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile sig_block.c ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./compile sig_catch.c ./compile sig_pause.c ./makelib sig.a sig.o sig_block.o sig_catch.o sig_pause.o ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib rm -f trylsock.o trylsock ./load dnscache droproot.o okclient.o log.o cache.o \ query.o response.o dd.o roots.o iopause.o prot.o dns.a \ env.a alloc.a buffer.a libtai.a unix.a byte.a sig.a `cat \ socket.lib` ./compile walldns-conf.c ./load walldns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile walldns.c ./compile server.c ./compile qlog.c ./compile cdb.c ./compile cdb_hash.c ./compile cdb_make.c ./makelib cdb.a cdb.o cdb_hash.o cdb_make.o ./load walldns server.o iopause.o response.o droproot.o qlog.o \ prot.o dd.o dns.a libtai.a env.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile rbldns-conf.c ./load rbldns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile rbldns.c ./load rbldns server.o iopause.o response.o dd.o droproot.o qlog.o \ prot.o dns.a env.a libtai.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile rbldns-data.c ./load rbldns-data cdb.a alloc.a buffer.a unix.a byte.a ./compile pickdns-conf.c ./load pickdns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile pickdns.c ./load pickdns server.o iopause.o response.o droproot.o qlog.o \ prot.o dns.a env.a libtai.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile pickdns-data.c ./load pickdns-data cdb.a dns.a alloc.a buffer.a unix.a \ byte.a ./compile tinydns-conf.c ./load tinydns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile tinydns.c ./compile tdlookup.c ./load tinydns server.o iopause.o droproot.o tdlookup.o response.o \ qlog.o prot.o dns.a libtai.a env.a cdb.a alloc.a buffer.a \ unix.a byte.a `cat socket.lib` ./compile tinydns-data.c tinydns-data.c: In function 'load': tinydns-data.c:257:66: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [-Wincompatible-pointer-types] 257 | if (!scan_ulong(f[3].s,&u)) uint32_unpack_big(defaultsoa,&u); | ^~ | | | long unsigned int * In file included from tinydns-data.c:6: uint32.h:9:44: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 9 | extern void uint32_unpack_big(const char *,uint32 *); | ^~~~~~~~ tinydns-data.c:260:70: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [-Wincompatible-pointer-types] 260 | if (!scan_ulong(f[4].s,&u)) uint32_unpack_big(defaultsoa + 4,&u); | ^~ | | | long unsigned int * In file included from tinydns-data.c:6: uint32.h:9:44: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 9 | extern void uint32_unpack_big(const char *,uint32 *); | ^~~~~~~~ tinydns-data.c:263:70: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [-Wincompatible-pointer-types] 263 | if (!scan_ulong(f[5].s,&u)) uint32_unpack_big(defaultsoa + 8,&u); | ^~ | | | long unsigned int * In file included from tinydns-data.c:6: uint32.h:9:44: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 9 | extern void uint32_unpack_big(const char *,uint32 *); | ^~~~~~~~ tinydns-data.c:266:71: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [-Wincompatible-pointer-types] 266 | if (!scan_ulong(f[6].s,&u)) uint32_unpack_big(defaultsoa + 12,&u); | ^~ | | | long unsigned int * In file included from tinydns-data.c:6: uint32.h:9:44: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 9 | extern void uint32_unpack_big(const char *,uint32 *); | ^~~~~~~~ tinydns-data.c:269:71: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [-Wincompatible-pointer-types] 269 | if (!scan_ulong(f[7].s,&u)) uint32_unpack_big(defaultsoa + 16,&u); | ^~ | | | long unsigned int * In file included from tinydns-data.c:6: uint32.h:9:44: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 9 | extern void uint32_unpack_big(const char *,uint32 *); | ^~~~~~~~ ./load tinydns-data cdb.a dns.a alloc.a buffer.a unix.a \ byte.a ./compile tinydns-get.c ./compile printpacket.c ./compile printrecord.c ./compile parsetype.c ./load tinydns-get tdlookup.o response.o printpacket.o \ printrecord.o parsetype.o dns.a libtai.a cdb.a buffer.a \ alloc.a unix.a byte.a ./compile tinydns-edit.c ./load tinydns-edit dns.a alloc.a buffer.a unix.a byte.a ./compile axfr-get.c ./compile timeoutread.c ./compile timeoutwrite.c ./load axfr-get iopause.o timeoutread.o timeoutwrite.o \ dns.a libtai.a alloc.a buffer.a unix.a byte.a ./compile axfrdns-conf.c ./load axfrdns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile axfrdns.c ./load axfrdns iopause.o droproot.o tdlookup.o response.o \ qlog.o prot.o timeoutread.o timeoutwrite.o dns.a libtai.a \ alloc.a env.a cdb.a buffer.a unix.a byte.a ./compile dnsip.c ./load dnsip iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsipq.c ./load dnsipq iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsname.c ./load dnsname iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnstxt.c ./load dnstxt iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsmx.c ./load dnsmx iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsfilter.c ./compile sgetopt.c ./compile subgetopt.c ./makelib getopt.a sgetopt.o subgetopt.o ./load dnsfilter iopause.o getopt.a dns.a env.a libtai.a \ alloc.a buffer.a unix.a byte.a `cat socket.lib` ./compile random-ip.c ./load random-ip dns.a libtai.a buffer.a unix.a byte.a ./compile dnsqr.c dnsqr.c: In function 'main': dnsqr.c:65:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 65 | _exit(0); | ^~~~~ dnsqr.c:65:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] ./load dnsqr iopause.o printrecord.o printpacket.o \ parsetype.o dns.a env.a libtai.a buffer.a alloc.a unix.a \ byte.a `cat socket.lib` ./compile dnsq.c dnsq.c: In function 'main': dnsq.c:97:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 97 | _exit(0); | ^~~~~ dnsq.c:97:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] ./load dnsq iopause.o printrecord.o printpacket.o \ parsetype.o dns.a env.a libtai.a buffer.a alloc.a unix.a \ byte.a `cat socket.lib` ./compile dnstrace.c ./load dnstrace dd.o iopause.o printrecord.o parsetype.o \ dns.a env.a libtai.a alloc.a buffer.a unix.a byte.a `cat \ socket.lib` cat warn-auto.sh dnstracesort.sh \ | sed s}HOME}"`head -n 1 conf-home`"}g \ > dnstracesort chmod 755 dnstracesort ./compile cachetest.c ./load cachetest cache.o libtai.a buffer.a unix.a env.a \ alloc.a byte.a dns.a ./compile utime.c utime.c: In function 'main': utime.c:22:7: warning: implicit declaration of function 'utime'; did you mean 'utimes'? [-Wimplicit-function-declaration] 22 | if (utime(fn,ut) == -1) _exit(111); | ^~~~~ | utimes ./load utime byte.a cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -n 1 conf-home`"}g \ > rts chmod 755 rts ./compile install.c ./compile hier.c hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] 5 | c("/","etc","dnsroots.global",-1,-1,0644); | ^ hier.c:7:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] 7 | h(auto_home,-1,-1,02755); | ^ hier.c:8:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] 8 | d(auto_home,"bin",-1,-1,02755); | ^ ./load install hier.o auto_home.o buffer.a unix.a byte.a ./compile instcheck.c ./load instcheck hier.o auto_home.o buffer.a unix.a byte.a >>> WARNING: djbdns: 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. >>> djbdns: Entering fakeroot... >>> djbdns-common*: Running split function common... >>> djbdns-common*: Preparing subpackage djbdns-common... >>> djbdns-common*: Stripping binaries >>> djbdns-common*: Running postcheck for djbdns-common >>> tinydns*: Running split function tinydns... >>> tinydns*: Preparing subpackage tinydns... >>> tinydns*: Stripping binaries >>> tinydns*: Script found. /bin/sh added as a dependency for tinydns-1.05-r47.apk >>> tinydns*: Adding .pre-install >>> tinydns*: Running postcheck for tinydns >>> WARNING: tinydns*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> dnscache*: Running split function dnscache... >>> dnscache*: Preparing subpackage dnscache... >>> dnscache*: Stripping binaries >>> dnscache*: Script found. /bin/sh added as a dependency for dnscache-1.05-r47.apk >>> dnscache*: Adding .pre-install >>> dnscache*: Running postcheck for dnscache >>> WARNING: dnscache*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> djbdns-doc*: Running split function doc... >>> djbdns-doc*: Preparing subpackage djbdns-doc... >>> djbdns-doc*: Running postcheck for djbdns-doc >>> djbdns*: Running postcheck for djbdns >>> djbdns*: Preparing package djbdns... >>> djbdns*: Stripping binaries >>> djbdns-common*: Scanning shared objects >>> djbdns-doc*: Scanning shared objects >>> djbdns*: Scanning shared objects >>> dnscache*: Scanning shared objects >>> tinydns*: Scanning shared objects >>> djbdns-common*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> djbdns-common*: Package size: 84.0 KB >>> djbdns-common*: Compressing data... >>> djbdns-common*: Create checksum... >>> djbdns-common*: Create djbdns-common-1.05-r47.apk >>> djbdns-doc*: Tracing dependencies... >>> djbdns-doc*: Package size: 20.0 KB >>> djbdns-doc*: Compressing data... >>> djbdns-doc*: Create checksum... >>> djbdns-doc*: Create djbdns-doc-1.05-r47.apk >>> djbdns*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> djbdns*: Package size: 608.0 KB >>> djbdns*: Compressing data... >>> djbdns*: Create checksum... >>> djbdns*: Create djbdns-1.05-r47.apk >>> dnscache*: Tracing dependencies... djbdns-common /bin/sh so:libc.musl-x86_64.so.1 >>> dnscache*: Package size: 144.0 KB >>> dnscache*: Compressing data... >>> dnscache*: Create checksum... >>> dnscache*: Create dnscache-1.05-r47.apk >>> tinydns*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> tinydns*: Package size: 200.0 KB >>> tinydns*: Compressing data... >>> tinydns*: Create checksum... >>> tinydns*: Create tinydns-1.05-r47.apk >>> djbdns: Build complete at Wed, 13 Apr 2022 19:04:14 +0000 elapsed time 0h 0m 29s >>> djbdns: Cleaning up srcdir >>> djbdns: Cleaning up pkgdir >>> djbdns: Uninstalling dependencies... (1/1) Purging .makedepends-djbdns (20220413.190349) OK: 327 MiB in 85 packages >>> djbdns: Updating the main/x86_64 repository index... >>> djbdns: Signing the index...