>>> alpine-conf: Building main/alpine-conf 3.13.1-r0 (using abuild 3.9.0-r0) started Wed, 16 Mar 2022 11:37:19 +0000 >>> alpine-conf: Checking sanity of /home/buildozer/aports/main/alpine-conf/APKBUILD... >>> alpine-conf: Analyzing dependencies... >>> alpine-conf: Installing for build: build-base openrc>=0.24.1-r6 busybox>=1.26.1-r3 (1/1) Installing .makedepends-alpine-conf (20220316.113719) OK: 247 MiB in 92 packages >>> alpine-conf: Cleaning up srcdir >>> alpine-conf: Cleaning up pkgdir >>> alpine-conf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/alpine-conf-3.13.1.tar.gz >>> alpine-conf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/alpine-conf-3.13.1.tar.gz >>> alpine-conf: Checking sha512sums... alpine-conf-3.13.1.tar.gz: OK >>> alpine-conf: Unpacking /var/cache/distfiles/v3.15/alpine-conf-3.13.1.tar.gz... sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' libalpine.sh.in > libalpine.sh sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' dasd-functions.sh.in > dasd-functions.sh sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' copy-modloop.in > copy-modloop sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' lbu.in > lbu sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-acf.in > setup-acf sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-alpine.in > setup-alpine sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-apkcache.in > setup-apkcache sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-apkrepos.in > setup-apkrepos sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-bootable.in > setup-bootable sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-disk.in > setup-disk sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-dns.in > setup-dns sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-hostname.in > setup-hostname sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-interfaces.in > setup-interfaces sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-keymap.in > setup-keymap sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-lbu.in > setup-lbu sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-mta.in > setup-mta sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-ntp.in > setup-ntp sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-proxy.in > setup-proxy sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-sshd.in > setup-sshd sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-timezone.in > setup-timezone sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-xen-dom0.in > setup-xen-dom0 sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' setup-xorg-base.in > setup-xorg-base sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' update-conf.in > update-conf sed -e 's:@VERSION@:3.13.1-r0:g' -e 's:@PREFIX@::g' -e 's:@sysconfdir@:/etc/lbu:g' update-kernel.in > update-kernel gcc -Os -fomit-frame-pointer -o uniso uniso.c uniso.c: In function 'queue_reader': uniso.c:373:19: warning: format '%zx' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 373 | fprintf(stderr, "ERROR: non-linear reads are not supported " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 374 | "(asked %zx, we are at %zx)\n", 375 | offset, ctx->last_queued_read); | ~~~~~~ | | | off_t {aka long long int} uniso.c:374:15: note: format string is defined here 374 | "(asked %zx, we are at %zx)\n", | ~~^ | | | unsigned int | %llx uniso.c:373:19: warning: format '%zx' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 373 | fprintf(stderr, "ERROR: non-linear reads are not supported " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 374 | "(asked %zx, we are at %zx)\n", 375 | offset, ctx->last_queued_read); | ~~~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long long int} uniso.c:374:30: note: format string is defined here 374 | "(asked %zx, we are at %zx)\n", | ~~^ | | | unsigned int | %llx >>> WARNING: alpine-conf: 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. >>> alpine-conf: Entering fakeroot... install -m 755 -d /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//bin install -m 755 uniso /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf/bin install -m 755 -d /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//sbin install -m 755 copy-modloop lbu setup-acf setup-alpine setup-apkcache setup-apkrepos setup-bootable setup-disk setup-dns setup-hostname setup-interfaces setup-keymap setup-lbu setup-mta setup-ntp setup-proxy setup-sshd setup-timezone setup-xen-dom0 setup-xorg-base update-conf update-kernel /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//sbin install -m 755 -d /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//lib install -m 755 libalpine.sh dasd-functions.sh /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//lib install -m 755 -d /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//etc/lbu install -m 644 lbu.conf /home/buildozer/aports/main/alpine-conf/pkg/alpine-conf//etc/lbu >>> alpine-conf*: Running postcheck for alpine-conf >>> alpine-conf*: Preparing package alpine-conf... >>> alpine-conf*: Stripping binaries >>> alpine-conf*: Scanning shared objects >>> alpine-conf*: Tracing dependencies... openrc>=0.24.1-r6 busybox>=1.26.1-r3 so:libc.musl-armv7.so.1 >>> alpine-conf*: Package size: 228.0 KB >>> alpine-conf*: Compressing data... >>> alpine-conf*: Create checksum... >>> alpine-conf*: Create alpine-conf-3.13.1-r0.apk >>> alpine-conf: Build complete at Wed, 16 Mar 2022 11:37:21 +0000 elapsed time 0h 0m 2s >>> alpine-conf: Cleaning up srcdir >>> alpine-conf: Cleaning up pkgdir >>> alpine-conf: Uninstalling dependencies... (1/1) Purging .makedepends-alpine-conf (20220316.113719) OK: 247 MiB in 91 packages >>> alpine-conf: Updating the main/armv7 repository index... >>> alpine-conf: Signing the index...