>>> apk-autoupdate: Building testing/apk-autoupdate 0_git20210421-r0 (using abuild 3.9.0-r0) started Sat, 15 Jan 2022 21:25:56 +0000 >>> apk-autoupdate: Checking sanity of /home/buildozer/aports/testing/apk-autoupdate/APKBUILD... >>> apk-autoupdate: Analyzing dependencies... >>> apk-autoupdate: Installing for build: build-base apk-tools asciidoctor (1/9) Installing libffi (3.4.2-r1) (2/9) Installing gdbm (1.22-r0) (3/9) Installing readline (8.1.1-r0) (4/9) Installing libucontext (1.1-r0) (5/9) Installing yaml (0.2.5-r0) (6/9) Installing ruby-libs (3.0.3-r0) (7/9) Installing ruby (3.0.3-r0) (8/9) Installing asciidoctor (2.0.16-r1) (9/9) Installing .makedepends-apk-autoupdate (20220115.212559) Executing busybox-1.35.0-r1.trigger OK: 227 MiB in 86 packages >>> apk-autoupdate: Cleaning up srcdir >>> apk-autoupdate: Cleaning up pkgdir >>> apk-autoupdate: Fetching https://distfiles.alpinelinux.org/distfiles/edge//apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> apk-autoupdate: Fetching apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz::https://github.com/jirutka/apk-autoupdate/archive/1704b284cbb2a8dd8a7791d13d9741cdfa062aad.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 164 100 164 0 0 494 0 --:--:-- --:--:-- --:--:-- 579 100 15969 0 15969 0 0 34608 0 --:--:-- --:--:-- --:--:-- 34608 >>> apk-autoupdate: Fetching https://distfiles.alpinelinux.org/distfiles/edge//apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz >>> apk-autoupdate: Checking sha512sums... apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz: OK >>> apk-autoupdate: Unpacking /var/cache/distfiles/apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz... sed -e 's|@VERSION@|0.0.0|g' \ -e 's|@datadir@|/usr/share/apk-autoupdate|g' \ -e 's|@sysconfdir@|/etc|g' \ src/apk-autoupdate.in > build/apk-autoupdate gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -std=c11 -DVERSION=0.0.0 -o build/procs-need-restart.o -c src/procs-need-restart.c sed -e 's|@VERSION@|0.0.0|g' \ -e 's|@datadir@|/usr/share/apk-autoupdate|g' \ -e 's|@sysconfdir@|/etc|g' \ src/rc-service-pid.in > build/rc-service-pid chmod +x build/rc-service-pid chmod +x build/apk-autoupdate gcc -Wl,--as-needed,-O1,--sort-common -o build/procs-need-restart build/procs-need-restart.o rm build/procs-need-restart.o >>> apk-autoupdate: Entering fakeroot... install -d /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/etc/apk/ install -d /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/apk-autoupdate asciidoctor -b manpage -o build/apk-autoupdate.1 man/apk-autoupdate.1.adoc asciidoctor -b manpage -o build/autoupdate.conf.5 man/autoupdate.conf.5.adoc install -m 640 etc/autoupdate.conf /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/etc/apk/ for file in functions.sh openrc.sh; do \ install -m 644 src/$file /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/apk-autoupdate/$file; \ done asciidoctor -b manpage -o build/procs-need-restart.1 man/procs-need-restart.1.adoc install -d /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/sbin for file in apk-autoupdate procs-need-restart rc-service-pid; do \ install -m 755 build/$file /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/sbin/$file; \ done install -d /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/man/man1 install -m 644 build/apk-autoupdate.1 build/procs-need-restart.1 /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/man/man1/ install -d /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/man/man5 install -m 644 build/autoupdate.conf.5 /home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate/usr/share/man/man5/ >>> apk-autoupdate-doc*: Running split function doc... >>> apk-autoupdate-doc*: Preparing subpackage apk-autoupdate-doc... >>> apk-autoupdate-doc*: Running postcheck for apk-autoupdate-doc >>> apk-autoupdate*: Running postcheck for apk-autoupdate >>> apk-autoupdate*: Preparing package apk-autoupdate... >>> apk-autoupdate*: Stripping binaries >>> apk-autoupdate-doc*: Scanning shared objects >>> apk-autoupdate*: Scanning shared objects >>> apk-autoupdate-doc*: Tracing dependencies... >>> apk-autoupdate-doc*: Package size: 36.0 KB >>> apk-autoupdate-doc*: Compressing data... >>> apk-autoupdate-doc*: Create checksum... >>> apk-autoupdate-doc*: Create apk-autoupdate-doc-0_git20210421-r0.apk >>> apk-autoupdate*: Tracing dependencies... apk-tools so:libc.musl-riscv64.so.1 >>> apk-autoupdate*: Package size: 72.0 KB >>> apk-autoupdate*: Compressing data... >>> apk-autoupdate*: Create checksum... >>> apk-autoupdate*: Create apk-autoupdate-0_git20210421-r0.apk >>> apk-autoupdate: Build complete at Sat, 15 Jan 2022 21:26:12 +0000 elapsed time 0h 0m 16s >>> apk-autoupdate: Cleaning up srcdir >>> apk-autoupdate: Cleaning up pkgdir >>> apk-autoupdate: Uninstalling dependencies... (1/9) Purging .makedepends-apk-autoupdate (20220115.212559) (2/9) Purging asciidoctor (2.0.16-r1) (3/9) Purging ruby (3.0.3-r0) (4/9) Purging ruby-libs (3.0.3-r0) (5/9) Purging libffi (3.4.2-r1) (6/9) Purging gdbm (1.22-r0) (7/9) Purging readline (8.1.1-r0) (8/9) Purging libucontext (1.1-r0) (9/9) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r1.trigger OK: 212 MiB in 77 packages >>> apk-autoupdate: Updating the testing/riscv64 repository index... >>> apk-autoupdate: Signing the index...