>>> runit: Building community/runit 2.1.2-r7 (using abuild 3.10.0-r0) started Tue, 07 Feb 2023 16:09:10 +0000 >>> runit: Checking sanity of /home/buildozer/aports/community/runit/APKBUILD... >>> runit: Analyzing dependencies... >>> runit: Installing for build: build-base (1/1) Installing .makedepends-runit (20230207.160911) OK: 329 MiB in 97 packages >>> runit: Cleaning up srcdir >>> runit: Cleaning up pkgdir >>> runit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/runit-2.1.2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 108k 100 108k 0 0 139k 0 --:--:-- --:--:-- --:--:-- 139k >>> runit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/runit-2.1.2.tar.gz >>> runit: Checking sha512sums... runit-2.1.2.tar.gz: OK run-service-dir.patch: OK svlogd-udp.patch: OK README.alpine: OK runit.initd: OK >>> runit: Unpacking /var/cache/distfiles/edge/runit-2.1.2.tar.gz... >>> runit: run-service-dir.patch patching file sv.c >>> runit: svlogd-udp.patch patching file svlogd.c 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 ./choose c tryreboot reboot_system.h1 reboot_system.h2 > \ reboot_system.h ( ./compile tryuwtmpx.c 2>/dev/null && cat uw_tmp.h2 >uw_tmp.h ) || \ ( ./compile tryuwtmp.c 2>/dev/null && cat uw_tmp.h1 >uw_tmp.h ) ./compile trysocketlib.c ./compile uidgid.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 ./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 ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile fmt_uint.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:75:69: note: expected 'gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *' 75 | _FORTIFY_FN(getgroups) int getgroups(int __l, gid_t * _FORTIFY_POS0 __s) | ~~~~~~~~~~~~~~~~~~~~~~^~~ ./compile fmt_uint0.c 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:23: /usr/include/unistd.h:173:23: note: expected 'const gid_t *' {aka 'const unsigned int *'} but argument is of type 'short int *' 173 | int setgroups(size_t, const gid_t *); | ^~~~~~~~~~~~~ ./compile fmt_ulong.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_start.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 runit-init.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; } | ^~~~~ byte_chr.c: In function 'byte_chr': byte_copy.c: In function 'byte_copy': byte_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:16:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_copy.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!n) return; *to++ = *from++; --n; | ^~ byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!n) return; *to++ = *from++; --n; | ^ byte_chr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (!n) return; *to++ = *from++; --n; | ^~ byte_chr.c:17:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 17 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (!n) return; *to++ = *from++; --n; | ^ byte_chr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:18:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_copy.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (!n) return; *to++ = *from++; --n; | ^~ byte_copy.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (!n) return; *to++ = *from++; --n; | ^ byte_chr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:19:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_copy.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if (!n) return; *to++ = *from++; --n; | ^~ byte_copy.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if (!n) return; *to++ = *from++; --n; | ^ ./compile runsvchdir.c byte_cr.c: In function 'byte_copyr': byte_cr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (!n) return; *--to = *--from; --n; | ^~ byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if (!n) return; *--to = *--from; --n; | ^~ byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (!n) return; *--to = *--from; --n; | ^~ byte_cr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (!n) return; *--to = *--from; --n; | ^~ byte_cr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (!n) return; *--to = *--from; --n; | ^ byte_diff.c: In function 'byte_diff': byte_diff.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:11:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:12:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:13:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_diff.c:14:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; | ^~ byte_rchr.c: In function 'byte_rchr': byte_rchr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:18:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:19:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:20:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 20 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:20:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 20 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:21:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 21 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:21:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 21 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ ./compile pmatch.c str_chr.c: In function 'str_chr': str_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (!*t) break; if (*t == ch) break; ++t; | ^~ ./load chkshsgr str_len.c: In function 'str_len': str_len.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t) return t - s; ++t; | ^~ str_len.c:11:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t) return t - s; ++t; | ^~ str_len.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (!*t) return t - s; ++t; | ^~ str_len.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (!*t) return t - s; ++t; | ^~ str_len.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (!*t) return t - s; ++t; | ^~ str_len.c:13:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (!*t) return t - s; ++t; | ^~ str_len.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if (!*t) return t - s; ++t; | ^~ str_len.c:14:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if (!*t) return t - s; ++t; | ^~ ./compile lock_ex.c ( ./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 ./compile lock_exnb.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 ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./compile fifo.c ./compile sig_block.c ./compile sig_catch.c ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./compile sig_pause.c ./compile wait_nohang.c ./compile wait_pid.c ./compile iopause.c ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o \ byte_rchr.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 rm -f trysocketlib.o trysocketlib rm -f tryuwtmp.o tryuwtmpx.o rm -f sysdeps ./compile prot.c cat systype compile load socket.lib >>sysdeps ./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 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 grep sysdep reboot_system.h >>sysdeps prot.c: In function 'prot_gid': grep sysdep uw_tmp.h >>sysdeps 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); | ^~~~~~ cat sysdeps linux-5.15.32-0-lts-:-:-:armv8l-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec gcc -O2 -Wall -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec gcc -s -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 */ /* sysdep: +std reboot */ /* sysdep: -utmpx */ ./compile chpst.c ./compile runit.c ./compile runsv.c ./compile runsvdir.c ./compile sv.c ./compile svlogd.c ./compile fmt_ptime.c ./compile utmpset.c ./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 chpst.c: In function 'main': chpst.c:311:33: warning: operation on 'subgetoptarg' may be undefined [-Wsequence-point] 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; chpst.c:311:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; | ^~ chpst.c:311:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; | ^~~~~~~ chpst.c:316:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 316 | if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul; | ^~ chpst.c:316:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 316 | if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul; | ^~~~~~~ sv.c: In function 'main': sv.c:293:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 293 | if (!(action =*argv++)) usage(); --argc; | ^~ sv.c:293:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 293 | if (!(action =*argv++)) usage(); --argc; | ^~ ./load runit-init unix.a byte.a -static ./load runsvchdir unix.a byte.a svlogd.c: In function 'ip4_scan': svlogd.c:394:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 394 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:394:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 394 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:396:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 396 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:396:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 396 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:398:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 398 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:398:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 398 | if (*s != '.') return 0; ++s; ++len; | ^~ ./load utmpset unix.a byte.a ./load runit unix.a byte.a -static ./load runsvdir unix.a byte.a time.a ./load sv unix.a byte.a time.a ./load chpst uidgid.o unix.a byte.a ./load runsv unix.a byte.a time.a ./load svlogd pmatch.o fmt_ptime.o unix.a byte.a time.a \ `cat socket.lib` >>> WARNING: runit: 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. >>> runit: Entering fakeroot... '/home/buildozer/aports/community/runit/pkg/runit/usr/bin/runsvdir' -> '/sbin/runsvdir' >>> runit-doc*: Running split function doc... >>> runit-doc*: Preparing subpackage runit-doc... >>> runit-doc*: Running postcheck for runit-doc >>> runit-openrc*: Running split function openrc... >>> runit-openrc*: Preparing subpackage runit-openrc... >>> runit-openrc*: Running postcheck for runit-openrc >>> runit*: Running postcheck for runit >>> runit*: Preparing package runit... >>> runit*: Stripping binaries >>> runit-doc*: Scanning shared objects >>> runit-openrc*: Scanning shared objects >>> runit*: Scanning shared objects >>> runit-doc*: Tracing dependencies... >>> runit-doc*: Package size: 68.0 KB >>> runit-doc*: Compressing data... >>> runit-doc*: Create checksum... >>> runit-doc*: Create runit-doc-2.1.2-r7.apk >>> runit-openrc*: Tracing dependencies... >>> runit-openrc*: Package size: 16.0 KB >>> runit-openrc*: Compressing data... >>> runit-openrc*: Create checksum... >>> runit-openrc*: Create runit-openrc-2.1.2-r7.apk >>> runit*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> runit*: Package size: 264.0 KB >>> runit*: Compressing data... >>> runit*: Create checksum... >>> runit*: Create runit-2.1.2-r7.apk >>> runit: Build complete at Tue, 07 Feb 2023 16:09:13 +0000 elapsed time 0h 0m 3s >>> runit: Cleaning up srcdir >>> runit: Cleaning up pkgdir >>> runit: Uninstalling dependencies... (1/1) Purging .makedepends-runit (20230207.160911) OK: 329 MiB in 96 packages >>> runit: Updating the community/armhf repository index... >>> runit: Signing the index...