>>> runit: Building community/runit 2.3.0-r0 (using abuild 3.16.0_rc4-r0) started Tue, 11 Nov 2025 18:29:32 +0000 >>> runit: Validating /home/buildozer/aports/community/runit/APKBUILD... >>> runit: Analyzing dependencies... >>> runit: Installing for build: build-base (1/1) Installing .makedepends-runit (20251111.182934) OK: 441 MiB in 108 packages >>> runit: Cleaning up srcdir >>> runit: Cleaning up pkgdir >>> runit: Cleaning up tmpdir >>> runit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/runit-2.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> runit: Fetching http://smarden.org/runit/runit-2.3.0.tar.gz Connecting to smarden.org (172.67.136.6:80) Connecting to smarden.org (172.67.136.6:443) saving to '/var/cache/distfiles/edge/runit-2.3.0.tar.gz.part' runit-2.3.0.tar.gz.p 100% |********************************| 105k 0:00:00 ETA '/var/cache/distfiles/edge/runit-2.3.0.tar.gz.part' saved /var/cache/distfiles/edge/runit-2.3.0.tar.gz: OK /home/buildozer/aports/community/runit/misleading-indentation.patch: OK /home/buildozer/aports/community/runit/run-service-dir.patch: OK /home/buildozer/aports/community/runit/README.alpine: OK /home/buildozer/aports/community/runit/runit.initd: OK >>> runit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/runit-2.3.0.tar.gz /var/cache/distfiles/edge/runit-2.3.0.tar.gz: OK /home/buildozer/aports/community/runit/misleading-indentation.patch: OK /home/buildozer/aports/community/runit/run-service-dir.patch: OK /home/buildozer/aports/community/runit/README.alpine: OK /home/buildozer/aports/community/runit/runit.initd: OK >>> runit: Unpacking /var/cache/distfiles/edge/runit-2.3.0.tar.gz... >>> runit: misleading-indentation.patch patching file byte_chr.c Hunk #1 succeeded at 10 (offset -3 lines). patching file byte_copy.c Hunk #1 succeeded at 5 with fuzz 1 (offset -3 lines). patching file byte_cr.c Hunk #1 succeeded at 7 (offset -3 lines). patching file byte_diff.c Hunk #1 succeeded at 5 with fuzz 1 (offset -3 lines). patching file byte_rchr.c Hunk #1 succeeded at 12 (offset -3 lines). patching file chpst.c patching file str_chr.c patching file str_len.c patching file sv.c Hunk #1 succeeded at 304 (offset 14 lines). patching file svlogd.c Hunk #1 succeeded at 393 (offset 3 lines). >>> runit: run-service-dir.patch patching file sv.c Hunk #1 succeeded at 33 (offset 1 line). sh find-systype.sh > systype rm -f choose cat warn-auto.sh choose.sh \ > choose chmod 555 choose rm -f compile rm -f load rm -f makelib sh print-cc.sh > compile sh print-ld.sh > load sh print-ar.sh > makelib chmod 555 compile ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./choose c trysysel select.h1 select.h2 > select.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 ) chmod 555 makelib ./compile uidgid.c chmod 555 load ./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 buffer_put.c: In function 'allwrite': buffer_put.c:13:15: warning: passing argument 2 of 'op' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 13 | w = op(fd,buf,len); | ^~~ buffer_put.c:13:15: note: expected 'char *' but argument is of type 'const char *' buffer_put.c: In function 'buffer_putalign': buffer_put.c:40:29: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 40 | byte_copy(s->x + s->p,n,buf); s->p += n; buf += n; len -= n; | ^~~ In file included from buffer_put.c:5: byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ buffer_put.c:44:29: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 44 | byte_copy(s->x + s->p,len,buf); | ^~~ byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ ./compile byte_diff.c ./compile byte_rchr.c ./compile fmt_uint.c ./compile fmt_uint0.c buffer_put.c: In function 'buffer_put': buffer_put.c:66:29: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 66 | byte_copy(s->x + s->p,len,buf); | ^~~ byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ ./compile fmt_ulong.c ./compile scan_ulong.c ./compile str_chr.c stralloc_catb.c: In function 'stralloc_catb': stralloc_catb.c:10:31: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 10 | byte_copy(sa->s + sa->len,n,s); | ^ In file included from stralloc_catb.c:4: byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ ./compile str_diff.c stralloc_opyb.c: In function 'stralloc_copyb': stralloc_opyb.c:9:21: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 9 | byte_copy(sa->s,n,s); | ^ In file included from stralloc_opyb.c:4: byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ ./compile str_len.c ./compile str_start.c ./compile runit-init.c ./compile runsvchdir.c ./compile pmatch.c ./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 ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile trysocketlib.c rm -f tryuwtmp.o tryuwtmpx.o ( ./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 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 ./compile sig_catch.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 fifo.c ./compile lock_ex.c ./compile lock_exnb.c ./compile wait_nohang.c ./compile wait_pid.c ./compile sig_block.c ./compile sig_pause.c rm -f sysdeps cat systype compile load socket.lib >>sysdeps ./compile iopause.c 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 reboot_system.h >>sysdeps grep sysdep uw_tmp.h >>sysdeps cat sysdeps linux-6.12.54-0-lts-:-:-:x86_64-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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: +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 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 runit-init unix.a byte.a -static ./load runsvchdir unix.a byte.a utmpset.c: In function 'utmp_logout': utmpset.c:41:55: warning: passing argument 3 of 'byte_diff' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 41 | if (!ut.ut_name[0] || (byte_diff(ut.ut_line, len, line) != 0)) continue; | ^~~~ ./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 In file included from utmpset.c:13: byte.h:10:42: note: expected 'char *' but argument is of type 'const char *' 10 | extern int byte_diff(char *,unsigned int,char *); | ^~~~~~ utmpset.c: In function 'wtmp_logout': utmpset.c:75:30: warning: passing argument 3 of 'byte_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 75 | byte_copy(ut.ut_line, len, line); | ^~~~ byte.h:8:43: note: expected 'char *' but argument is of type 'const char *' 8 | extern void byte_copy(char *,unsigned int,char *); | ^~~~~~ ./load utmpset unix.a byte.a ./load runsvdir unix.a byte.a time.a ./load runit unix.a byte.a -static ./load runsv unix.a byte.a time.a ./load chpst uidgid.o unix.a byte.a ./load sv unix.a byte.a time.a ./load svlogd pmatch.o fmt_ptime.o unix.a byte.a time.a \ `cat socket.lib` >>> runit: Entering fakeroot... '/home/buildozer/aports/community/runit/pkg/runit/usr/bin/runsvdir' -> '/usr/sbin/runsvdir' >>> runit-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/runit/pkg/runit-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/runit/pkg/runit-doc/usr/share/man' >>> runit-doc*: Preparing subpackage runit-doc... >>> runit-doc*: Running postcheck for runit-doc >>> runit-openrc*: Running split function openrc... 'etc/init.d' -> '/home/buildozer/aports/community/runit/pkg/runit-openrc/etc/init.d' >>> 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*: Scanning shared objects >>> runit-doc*: Tracing dependencies... >>> runit-doc*: Package size: 13.9 KB >>> runit-doc*: Compressing data... >>> runit-doc*: Create checksum... >>> runit-doc*: Create runit-doc-2.3.0-r0.apk >>> runit-openrc*: Tracing dependencies... >>> runit-openrc*: Package size: 329.0 B >>> runit-openrc*: Compressing data... >>> runit-openrc*: Create checksum... >>> runit-openrc*: Create runit-openrc-2.3.0-r0.apk >>> runit*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> runit*: Package size: 229.0 KB >>> runit*: Compressing data... >>> runit*: Create checksum... >>> runit*: Create runit-2.3.0-r0.apk >>> runit: Build complete at Tue, 11 Nov 2025 18:29:37 +0000 elapsed time 0h 0m 5s >>> runit: Cleaning up srcdir >>> runit: Cleaning up pkgdir >>> runit: Uninstalling dependencies... (1/1) Purging .makedepends-runit (20251111.182934) OK: 441 MiB in 107 packages >>> runit: Updating the community/x86_64 repository index... >>> runit: Signing the index...