>>> bcache-tools: Building main/bcache-tools 1.1-r4 (using abuild 3.13.0-r5) started Wed, 02 Oct 2024 15:07:13 +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/46) Installing eudev-libs (3.2.14-r4) (2/46) Installing eudev-dev (3.2.14-r4) (3/46) Installing libeconf (0.6.3-r0) (4/46) Installing libblkid (2.40.2-r3) (5/46) Installing libuuid (2.40.2-r3) (6/46) Installing libfdisk (2.40.2-r3) (7/46) Installing libmount (2.40.2-r3) (8/46) Installing libsmartcols (2.40.2-r3) (9/46) Installing sqlite (3.46.1-r0) (10/46) Installing sqlite-libs (3.46.1-r0) (11/46) Installing sqlite-dev (3.46.1-r0) (12/46) Installing util-linux (2.40.2-r3) (13/46) Installing dmesg (2.40.2-r3) (14/46) Installing setarch (2.40.2-r3) (15/46) Installing util-linux-misc (2.40.2-r3) (16/46) Installing linux-pam (1.6.1-r1) (17/46) Installing runuser (2.40.2-r3) (18/46) Installing mount (2.40.2-r3) (19/46) Installing losetup (2.40.2-r3) (20/46) Installing hexdump (2.40.2-r3) (21/46) Installing uuidgen (2.40.2-r3) (22/46) Installing blkid (2.40.2-r3) (23/46) Installing sfdisk (2.40.2-r3) (24/46) Installing mcookie (2.40.2-r3) (25/46) Installing agetty (2.40.2-r3) (26/46) Installing wipefs (2.40.2-r3) (27/46) Installing cfdisk (2.40.2-r3) (28/46) Installing umount (2.40.2-r3) (29/46) Installing flock (2.40.2-r3) (30/46) Installing lsblk (2.40.2-r3) (31/46) Installing libcap-ng (0.8.5-r0) (32/46) Installing setpriv (2.40.2-r3) (33/46) Installing lscpu (2.40.2-r3) (34/46) Installing logger (2.40.2-r3) (35/46) Installing partx (2.40.2-r3) (36/46) Installing fstrim (2.40.2-r3) (37/46) Installing findmnt (2.40.2-r3) (38/46) Installing util-linux-dev (2.40.2-r3) (39/46) Installing linux-headers (6.6-r0) (40/46) Installing coreutils-env (9.5-r1) (41/46) Installing coreutils-fmt (9.5-r1) (42/46) Installing coreutils-sha512sum (9.5-r1) (43/46) Installing coreutils (9.5-r1) (44/46) Installing .makedepends-bcache-tools (20241002.150713) (45/46) Installing util-linux-openrc (2.40.2-r3) (46/46) Installing agetty-openrc (0.55.1-r0) Executing busybox-1.36.1-r32.trigger OK: 276 MiB in 150 packages >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Cleaning up tmpdir >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bcache-tools-1.1.tar.gz >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bcache-tools-1.1.tar.gz >>> bcache-tools: Checking sha512sums... bcache-tools-1.1.tar.gz: OK >>> bcache-tools: Unpacking /var/cache/distfiles/bcache-tools-1.1.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -c -o make.o make.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -c -o crc64.o crc64.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -c -o lib.o lib.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags uuid blkid` -Wl,--as-needed,-O1,--sort-common probe-bcache.c `pkg-config --libs uuid blkid` -o probe-bcache gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g -c -o bcache-register.o bcache-register.c gcc -Wl,--as-needed,-O1,--sort-common bcache-register.o -o bcache-register gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g -std=gnu99 -Wl,--as-needed,-O1,--sort-common bcache-super-show.c crc64.o `pkg-config --libs uuid` -o bcache-super-show gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Wl,--as-needed,-O1,--sort-common make-bcache.c make.o crc64.o lib.o `pkg-config --libs uuid blkid smartcols` -o make-bcache gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -Wall -g `pkg-config --cflags blkid uuid smartcols` -std=gnu99 -Wl,--as-needed,-O1,--sort-common bcache.c crc64.o lib.o make.o `pkg-config --libs blkid uuid smartcols` -o bcache 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); | ^~~~~~~~~ >>> 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/usr/lib/udev/ install -m0644 69-bcache.rules /home/buildozer/aports/main/bcache-tools/pkg/bcache-tools/usr/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: 264.0 KB >>> bcache-tools-dbg*: Compressing data... >>> bcache-tools-dbg*: Create checksum... >>> bcache-tools-dbg*: Create bcache-tools-dbg-1.1-r4.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-r4.apk >>> bcache-tools*: Tracing dependencies... so:libblkid.so.1 so:libc.musl-loongarch64.so.1 so:libsmartcols.so.1 so:libuuid.so.1 >>> bcache-tools*: Package size: 224.0 KB >>> bcache-tools*: Compressing data... >>> bcache-tools*: Create checksum... >>> bcache-tools*: Create bcache-tools-1.1-r4.apk >>> bcache-tools: Build complete at Wed, 02 Oct 2024 15:07:16 +0000 elapsed time 0h 0m 3s >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Uninstalling dependencies... (1/46) Purging .makedepends-bcache-tools (20241002.150713) (2/46) Purging eudev-dev (3.2.14-r4) (3/46) Purging eudev-libs (3.2.14-r4) (4/46) Purging util-linux-dev (2.40.2-r3) (5/46) Purging linux-headers (6.6-r0) (6/46) Purging coreutils (9.5-r1) Executing coreutils-9.5-r1.post-deinstall (7/46) Purging coreutils-env (9.5-r1) (8/46) Purging coreutils-fmt (9.5-r1) (9/46) Purging coreutils-sha512sum (9.5-r1) (10/46) Purging agetty-openrc (0.55.1-r0) (11/46) Purging agetty (2.40.2-r3) (12/46) Purging blkid (2.40.2-r3) (13/46) Purging cfdisk (2.40.2-r3) (14/46) Purging dmesg (2.40.2-r3) (15/46) Purging findmnt (2.40.2-r3) (16/46) Purging flock (2.40.2-r3) (17/46) Purging fstrim (2.40.2-r3) (18/46) Purging hexdump (2.40.2-r3) (19/46) Purging logger (2.40.2-r3) (20/46) Purging losetup (2.40.2-r3) (21/46) Purging lsblk (2.40.2-r3) (22/46) Purging lscpu (2.40.2-r3) (23/46) Purging mcookie (2.40.2-r3) (24/46) Purging mount (2.40.2-r3) (25/46) Purging partx (2.40.2-r3) (26/46) Purging runuser (2.40.2-r3) (27/46) Purging setpriv (2.40.2-r3) (28/46) Purging sfdisk (2.40.2-r3) (29/46) Purging sqlite-dev (3.46.1-r0) (30/46) Purging sqlite (3.46.1-r0) (31/46) Purging umount (2.40.2-r3) (32/46) Purging util-linux-misc (2.40.2-r3) (33/46) Purging setarch (2.40.2-r3) (34/46) Purging util-linux-openrc (2.40.2-r3) (35/46) Purging uuidgen (2.40.2-r3) (36/46) Purging wipefs (2.40.2-r3) (37/46) Purging libfdisk (2.40.2-r3) (38/46) Purging libmount (2.40.2-r3) (39/46) Purging libblkid (2.40.2-r3) (40/46) Purging libcap-ng (0.8.5-r0) (41/46) Purging libeconf (0.6.3-r0) (42/46) Purging libsmartcols (2.40.2-r3) (43/46) Purging libuuid (2.40.2-r3) (44/46) Purging linux-pam (1.6.1-r1) (45/46) Purging util-linux (2.40.2-r3) (46/46) Purging sqlite-libs (3.46.1-r0) Executing busybox-1.36.1-r32.trigger OK: 255 MiB in 104 packages >>> bcache-tools: Updating the main/loongarch64 repository index... >>> bcache-tools: Signing the index...