>>> bcache-tools: Building main/bcache-tools 1.1-r1 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 11:30:50 +0000 >>> bcache-tools: Checking sanity of /home/buildozer/aports/main/bcache-tools/APKBUILD... >>> WARNING: bcache-tools: No maintainer >>> bcache-tools: Analyzing dependencies... >>> bcache-tools: Installing for build: build-base eudev-dev util-linux-dev linux-headers coreutils (1/19) Installing udev-init-scripts (35-r1) (2/19) Installing udev-init-scripts-openrc (35-r1) (3/19) Installing eudev-openrc (3.2.11-r2) (4/19) Installing eudev-libs (3.2.11-r2) (5/19) Installing libblkid (2.38.1-r0) (6/19) Installing xz-libs (5.2.7-r0) (7/19) Installing kmod-libs (30-r1) (8/19) Installing eudev (3.2.11-r2) (9/19) Installing eudev-dev (3.2.11-r2) (10/19) Installing libuuid (2.38.1-r0) (11/19) Installing libfdisk (2.38.1-r0) (12/19) Installing libmount (2.38.1-r0) (13/19) Installing libsmartcols (2.38.1-r0) (14/19) Installing util-linux-dev (2.38.1-r0) (15/19) Installing linux-headers (5.19.5-r0) (16/19) Installing skalibs (2.12.0.1-r0) (17/19) Installing utmps-libs (0.1.2.0-r1) (18/19) Installing coreutils (9.1-r0) (19/19) Installing .makedepends-bcache-tools (20221025.113050) Executing busybox-1.35.0-r27.trigger Executing eudev-3.2.11-r2.trigger OK: 274 MiB in 111 packages >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/bcache-tools-1.1.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 >>> bcache-tools: Fetching https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/snapshot/bcache-tools-1.1.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 34548 0 34548 0 0 174k 0 --:--:-- --:--:-- --:--:-- 173k >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/bcache-tools-1.1.tar.gz >>> bcache-tools: Checking sha512sums... bcache-tools-1.1.tar.gz: OK >>> bcache-tools: Unpacking /var/cache/distfiles/v3.17/bcache-tools-1.1.tar.gz... gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o make.o make.c gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o crc64.o crc64.c gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o lib.o lib.c gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags uuid blkid` -Os -fomit-frame-pointer probe-bcache.c `pkg-config --libs uuid blkid` -o probe-bcache gcc -Os -fomit-frame-pointer -g -O2 -Wall -g -Os -fomit-frame-pointer -c -o bcache-register.o bcache-register.c gcc -Os -fomit-frame-pointer -g -O2 -Wall -g -std=gnu99 -Os -fomit-frame-pointer bcache-super-show.c crc64.o `pkg-config --libs uuid` -o bcache-super-show gcc bcache-register.o -o bcache-register gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer make-bcache.c make.o crc64.o lib.o `pkg-config --libs uuid blkid smartcols` -o make-bcache gcc -Os -fomit-frame-pointer -g -O2 -Wall -g `pkg-config --cflags blkid uuid smartcols` -std=gnu99 -Os -fomit-frame-pointer bcache.c crc64.o lib.o make.o `pkg-config --libs blkid uuid smartcols` -o bcache bcache.c: In function 'show_bdevs_detail': bcache.c:200:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 200 | printf("%s\t%s\t%s\t%lu", devs->name, devs->uuid, | ~~^ | | | long unsigned int | %llu 201 | devs->cset, devs->version); | ~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} bcache.c: In function 'show_bdevs': bcache.c:255:31: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 255 | printf("%s\t%lu", devs->name, devs->version); | ~~^ ~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %llu In file included from lib.h:4, from bcache.c:15: bcache.c: In function 'free_dev': list.h:41:43: warning: pointer 'dev' used after 'free' [-Wuse-after-free] 41 | const typeof(((type *)0)->member)*__mptr = (ptr); \ | ^~~~~~ list.h:241:9: note: in expansion of macro 'container_of' 241 | container_of(ptr, type, member) | ^~~~~~~~~~~~ list.h:295:20: note: in expansion of macro 'list_entry' 295 | pos = list_entry(pos->member.next, typeof(*pos), member)) | ^~~~~~~~~~ bcache.c:179:9: note: in expansion of macro 'list_for_each_entry' 179 | list_for_each_entry(dev, head, dev_list) { | ^~~~~~~~~~~~~~~~~~~ bcache.c:180:17: note: call to 'free' here 180 | free(dev); | ^~~~~~~~~ >>> WARNING: bcache-tools: 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. >>> bcache-tools: Entering fakeroot... install -m0755 make-bcache bcache-super-show bcache /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/usr/sbin/ install -m0755 probe-bcache bcache-register /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/lib/udev/ install -m0644 69-bcache.rules /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/lib/udev/rules.d/ install -m0644 -- *.8 /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/usr/share/man/man8/ install -D -m0755 initramfs/hook /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/usr/share/initramfs-tools/hooks/bcache install -D -m0755 initcpio/install /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/usr/lib/initcpio/install/bcache install -D -m0755 dracut/module-setup.sh /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/lib/dracut/modules.d/90bcache/module-setup.sh >>> bcache-tools-dbg*: Running split function dbg... >>> bcache-tools-dbg*: Preparing subpackage bcache-tools-dbg... >>> bcache-tools-dbg*: Running postcheck for bcache-tools-dbg >>> bcache-tools-doc*: Running split function doc... >>> bcache-tools-doc*: Preparing subpackage bcache-tools-doc... >>> bcache-tools-doc*: Running postcheck for bcache-tools-doc >>> bcache-tools*: Running postcheck for bcache-tools >>> bcache-tools*: Preparing package bcache-tools... >>> bcache-tools-dbg*: Scanning shared objects >>> bcache-tools-doc*: Scanning shared objects >>> bcache-tools*: Scanning shared objects >>> bcache-tools-dbg*: Tracing dependencies... >>> bcache-tools-dbg*: Package size: 184.0 KB >>> bcache-tools-dbg*: Compressing data... >>> bcache-tools-dbg*: Create checksum... >>> bcache-tools-dbg*: Create bcache-tools-dbg-1.1-r1.apk >>> bcache-tools-doc*: Tracing dependencies... >>> bcache-tools-doc*: Package size: 32.0 KB >>> bcache-tools-doc*: Compressing data... >>> bcache-tools-doc*: Create checksum... >>> bcache-tools-doc*: Create bcache-tools-doc-1.1-r1.apk >>> bcache-tools*: Tracing dependencies... so:libblkid.so.1 so:libc.musl-x86.so.1 so:libsmartcols.so.1 so:libuuid.so.1 >>> bcache-tools*: Package size: 212.0 KB >>> bcache-tools*: Compressing data... >>> bcache-tools*: Create checksum... >>> bcache-tools*: Create bcache-tools-1.1-r1.apk >>> bcache-tools: Build complete at Tue, 25 Oct 2022 11:30:54 +0000 elapsed time 0h 0m 4s >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Uninstalling dependencies... (1/19) Purging udev-init-scripts-openrc (35-r1) (2/19) Purging eudev-openrc (3.2.11-r2) (3/19) Purging .makedepends-bcache-tools (20221025.113050) (4/19) Purging eudev-dev (3.2.11-r2) (5/19) Purging eudev (3.2.11-r2) (6/19) Purging udev-init-scripts (35-r1) (7/19) Purging eudev-libs (3.2.11-r2) (8/19) Purging util-linux-dev (2.38.1-r0) (9/19) Purging libfdisk (2.38.1-r0) (10/19) Purging libmount (2.38.1-r0) (11/19) Purging libsmartcols (2.38.1-r0) (12/19) Purging libuuid (2.38.1-r0) (13/19) Purging linux-headers (5.19.5-r0) (14/19) Purging coreutils (9.1-r0) Executing coreutils-9.1-r0.post-deinstall (15/19) Purging libblkid (2.38.1-r0) (16/19) Purging kmod-libs (30-r1) (17/19) Purging xz-libs (5.2.7-r0) (18/19) Purging utmps-libs (0.1.2.0-r1) (19/19) Purging skalibs (2.12.0.1-r0) Executing busybox-1.35.0-r27.trigger OK: 258 MiB in 92 packages >>> bcache-tools: Updating the main/x86 repository index... >>> bcache-tools: Signing the index...