>>> apk-autoupdate: Building testing/apk-autoupdate 0_git20210421-r0 (using abuild 3.9.0-r0) started Sat, 15 Jan 2022 22:53:54 +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/8) Installing libffi (3.4.2-r1) (2/8) Installing gdbm (1.22-r0) (3/8) Installing readline (8.1.1-r0) (4/8) Installing yaml (0.2.5-r0) (5/8) Installing ruby-libs (3.0.3-r0) (6/8) Installing ruby (3.0.3-r0) (7/8) Installing asciidoctor (2.0.16-r1) (8/8) Installing .makedepends-apk-autoupdate (20220115.225355) Executing busybox-1.35.0-r1.trigger OK: 349 MiB in 107 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 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 849 0 --:--:-- --:--:-- --:--:-- 854 100 15969 0 15969 0 0 37652 0 --:--:-- --:--:-- --:--:-- 37652 >>> 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/edge/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 src/procs-need-restart.c: In function 'proc_maps_replaced_files': src/procs-need-restart.c:304:33: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 3 has type 'ptrdiff_t *' {aka 'int *'} [-Wformat=] 304 | if (sscanf(buf, "%lx-%lx %*c%*c%*c%*c %*x %x:%*x %lu%*[ \t]%" STR(PATH_MAX) "[^\n]s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 305 | &map.start, &map.end, &map.dev_major, &map.inode, map.filename) < 5) { | ~~~~~~~~~~ | | | ptrdiff_t * {aka int *} src/procs-need-restart.c:304:33: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 4 has type 'ptrdiff_t *' {aka 'int *'} [-Wformat=] 304 | if (sscanf(buf, "%lx-%lx %*c%*c%*c%*c %*x %x:%*x %lu%*[ \t]%" STR(PATH_MAX) "[^\n]s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 305 | &map.start, &map.end, &map.dev_major, &map.inode, map.filename) < 5) { | ~~~~~~~~ | | | ptrdiff_t * {aka int *} src/procs-need-restart.c:45:32: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'ptrdiff_t' {aka 'int'} [-Wformat=] 45 | #define PROCFS_PATH "/proc" | ^~~~~~~ src/procs-need-restart.c:56:32: note: in expansion of macro 'PROCFS_PATH' 56 | #define PROC_MAP_FILES_PATH PROCFS_PATH "/%u/map_files/%lx-%lx" | ^~~~~~~~~~~ src/procs-need-restart.c:326:40: note: in expansion of macro 'PROC_MAP_FILES_PATH' 326 | str_fmt(buf, buf_size, PROC_MAP_FILES_PATH, pid, map.start, map.end); | ^~~~~~~~~~~~~~~~~~~ src/procs-need-restart.c:56:61: note: format string is defined here 56 | #define PROC_MAP_FILES_PATH PROCFS_PATH "/%u/map_files/%lx-%lx" | ~~^ | | | long unsigned int | %x src/procs-need-restart.c:45:32: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'ptrdiff_t' {aka 'int'} [-Wformat=] 45 | #define PROCFS_PATH "/proc" | ^~~~~~~ src/procs-need-restart.c:56:32: note: in expansion of macro 'PROCFS_PATH' 56 | #define PROC_MAP_FILES_PATH PROCFS_PATH "/%u/map_files/%lx-%lx" | ^~~~~~~~~~~ src/procs-need-restart.c:326:40: note: in expansion of macro 'PROC_MAP_FILES_PATH' 326 | str_fmt(buf, buf_size, PROC_MAP_FILES_PATH, pid, map.start, map.end); | ^~~~~~~~~~~~~~~~~~~ src/procs-need-restart.c:56:65: note: format string is defined here 56 | #define PROC_MAP_FILES_PATH PROCFS_PATH "/%u/map_files/%lx-%lx" | ~~^ | | | long unsigned int | %x 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... >>> 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-x86.so.1 >>> apk-autoupdate*: Package size: 80.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 22:53:58 +0000 elapsed time 0h 0m 4s >>> apk-autoupdate: Cleaning up srcdir >>> apk-autoupdate: Cleaning up pkgdir >>> apk-autoupdate: Uninstalling dependencies... (1/8) Purging .makedepends-apk-autoupdate (20220115.225355) (2/8) Purging asciidoctor (2.0.16-r1) (3/8) Purging ruby (3.0.3-r0) (4/8) Purging ruby-libs (3.0.3-r0) (5/8) Purging libffi (3.4.2-r1) (6/8) Purging gdbm (1.22-r0) (7/8) Purging readline (8.1.1-r0) (8/8) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r1.trigger OK: 333 MiB in 99 packages >>> apk-autoupdate: Updating the testing/x86 repository index... >>> apk-autoupdate: Signing the index...