>>> apk-autoupdate: Building testing/apk-autoupdate 0_git20210421-r1 (using abuild 3.14.1-r3) started Sun, 17 Nov 2024 12:51:28 +0000 >>> apk-autoupdate: Validating /home/buildozer/aports/testing/apk-autoupdate/APKBUILD... >>> apk-autoupdate: Analyzing dependencies... >>> apk-autoupdate: Installing for build: build-base apk-tools asciidoctor (1/8) Installing ca-certificates (20240705-r0) (2/8) Installing libffi (3.4.6-r0) (3/8) Installing yaml (0.2.5-r2) (4/8) Installing ruby-libs (3.3.6-r0) (5/8) Installing libucontext (1.3.2-r0) (6/8) Installing ruby (3.3.6-r0) (7/8) Installing asciidoctor (2.0.23-r0) (8/8) Installing .makedepends-apk-autoupdate (20241117.125132) Executing busybox-1.37.0-r7.trigger Executing ca-certificates-20240705-r0.trigger OK: 353 MiB in 108 packages >>> apk-autoupdate: Cleaning up srcdir >>> apk-autoupdate: Cleaning up pkgdir >>> apk-autoupdate: Cleaning up tmpdir >>> 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 0 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15969 0 15969 0 0 34076 0 --:--:-- --:--:-- --:--:-- 34076 >>> apk-autoupdate: Fetching https://distfiles.alpinelinux.org/distfiles/edge/apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz >>> apk-autoupdate: Checking sha512sums... apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz: OK default-openrc-libexec.patch: OK >>> apk-autoupdate: Unpacking /var/cache/distfiles/edge/apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz... >>> apk-autoupdate: default-openrc-libexec.patch patching file src/rc-service-pid.in 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 -fstack-clash-protection -Wformat -Werror=format-security -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 >>> WARNING: apk-autoupdate: 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. >>> 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 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/apk-autoupdate.1 man/apk-autoupdate.1.adoc asciidoctor -b manpage -o build/autoupdate.conf.5 man/autoupdate.conf.5.adoc 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... 'usr/share/man' -> '/home/buildozer/aports/testing/apk-autoupdate/pkg/apk-autoupdate-doc/usr/share/man' >>> 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: 5.1 KB >>> apk-autoupdate-doc*: Compressing data... >>> apk-autoupdate-doc*: Create checksum... >>> apk-autoupdate-doc*: Create apk-autoupdate-doc-0_git20210421-r1.apk >>> apk-autoupdate*: Tracing dependencies... apk-tools so:libc.musl-riscv64.so.1 >>> apk-autoupdate*: Package size: 30.2 KB >>> apk-autoupdate*: Compressing data... >>> apk-autoupdate*: Create checksum... >>> apk-autoupdate*: Create apk-autoupdate-0_git20210421-r1.apk >>> apk-autoupdate: Build complete at Sun, 17 Nov 2024 12:51:37 +0000 elapsed time 0h 0m 9s >>> apk-autoupdate: Cleaning up srcdir >>> apk-autoupdate: Cleaning up pkgdir >>> apk-autoupdate: Uninstalling dependencies... (1/8) Purging .makedepends-apk-autoupdate (20241117.125132) (2/8) Purging asciidoctor (2.0.23-r0) (3/8) Purging ruby (3.3.6-r0) (4/8) Purging ca-certificates (20240705-r0) Executing ca-certificates-20240705-r0.post-deinstall (5/8) Purging libucontext (1.3.2-r0) (6/8) Purging ruby-libs (3.3.6-r0) (7/8) Purging yaml (0.2.5-r2) (8/8) Purging libffi (3.4.6-r0) Executing busybox-1.37.0-r7.trigger OK: 337 MiB in 100 packages >>> apk-autoupdate: Updating the testing/riscv64 repository index... >>> apk-autoupdate: Signing the index...