>>> bcache-tools: Building main/bcache-tools 1.1-r0 (using abuild 3.8.0_rc3-r1) started Tue, 18 May 2021 00:28:11 +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/37) Installing udev-init-scripts (34-r0) Executing udev-init-scripts-34-r0.post-install (2/37) Installing eudev-libs (3.2.10-r0) (3/37) Installing libblkid (2.36.2-r2) (4/37) Installing xz-libs (5.2.5-r0) (5/37) Installing kmod-libs (28-r0) (6/37) Installing eudev (3.2.10-r0) (7/37) Installing eudev-dev (3.2.10-r0) (8/37) Installing blkid (2.36.2-r2) (9/37) Installing libcap-ng (0.8.2-r0) (10/37) Installing setpriv (2.36.2-r2) (11/37) Installing libmount (2.36.2-r2) (12/37) Installing libsmartcols (2.36.2-r2) (13/37) Installing findmnt (2.36.2-r2) (14/37) Installing mcookie (2.36.2-r2) (15/37) Installing hexdump (2.36.2-r2) (16/37) Installing lsblk (2.36.2-r2) (17/37) Installing libuuid (2.36.2-r2) (18/37) Installing libfdisk (2.36.2-r2) (19/37) Installing sfdisk (2.36.2-r2) (20/37) Installing cfdisk (2.36.2-r2) (21/37) Installing partx (2.36.2-r2) (22/37) Installing flock (2.36.2-r2) (23/37) Installing logger (2.36.2-r2) (24/37) Installing uuidgen (2.36.2-r2) (25/37) Installing libeconf (0.3.8-r1) (26/37) Installing util-linux (2.36.2-r2) (27/37) Installing util-linux-dev (2.36.2-r2) (28/37) Installing linux-headers (5.10.27-r0) (29/37) Installing skalibs (2.10.0.3-r0) (30/37) Installing s6-ipcserver (2.10.0.3-r0) (31/37) Installing utmps (0.1.0.2-r0) Executing utmps-0.1.0.2-r0.pre-install (32/37) Installing coreutils (8.32-r2) (33/37) Installing .makedepends-bcache-tools (20210518.002813) (34/37) Installing util-linux-openrc (2.36.2-r2) (35/37) Installing utmps-openrc (0.1.0.2-r0) (36/37) Installing udev-init-scripts-openrc (34-r0) (37/37) Installing eudev-openrc (3.2.10-r0) Executing busybox-1.33.1-r1.trigger Executing eudev-3.2.10-r0.trigger OK: 331 MiB in 125 packages >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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 341 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 100 34548 0 34548 0 0 253k 0 --:--:-- --:--:-- --:--:-- 253k >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/bcache-tools-1.1.tar.gz >>> bcache-tools: Checking sha512sums... bcache-tools-1.1.tar.gz: OK >>> bcache-tools: Unpacking /var/cache/distfiles/v3.14/bcache-tools-1.1.tar.gz... gcc -Os -fomit-frame-pointer -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o make.o make.c gcc -Os -fomit-frame-pointer -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o crc64.o crc64.c gcc -Os -fomit-frame-pointer -O2 -Wall -g `pkg-config --cflags uuid blkid smartcols` -Os -fomit-frame-pointer -c -o lib.o lib.c gcc -Os -fomit-frame-pointer -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 -O2 -Wall -g -Os -fomit-frame-pointer -c -o bcache-register.o bcache-register.c gcc bcache-register.o -o bcache-register gcc -Os -fomit-frame-pointer -O2 -Wall -g -std=gnu99 -Os -fomit-frame-pointer bcache-super-show.c crc64.o `pkg-config --libs uuid` -o bcache-super-show gcc -Os -fomit-frame-pointer -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 -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:25: 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:17: 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 >>> 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-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*: Stripping binaries >>> bcache-tools-doc*: Scanning shared objects >>> bcache-tools*: Scanning shared objects >>> 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-r0.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-r0.apk >>> bcache-tools: Build complete at Tue, 18 May 2021 00:28:15 +0000 elapsed time 0h 0m 4s >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Uninstalling dependencies... (1/37) Purging .makedepends-bcache-tools (20210518.002813) (2/37) Purging eudev-dev (3.2.10-r0) (3/37) Purging eudev-openrc (3.2.10-r0) (4/37) Purging eudev (3.2.10-r0) (5/37) Purging udev-init-scripts-openrc (34-r0) (6/37) Purging udev-init-scripts (34-r0) (7/37) Purging eudev-libs (3.2.10-r0) (8/37) Purging util-linux-dev (2.36.2-r2) (9/37) Purging util-linux-openrc (2.36.2-r2) (10/37) Purging util-linux (2.36.2-r2) (11/37) Purging blkid (2.36.2-r2) (12/37) Purging setpriv (2.36.2-r2) (13/37) Purging findmnt (2.36.2-r2) (14/37) Purging mcookie (2.36.2-r2) (15/37) Purging hexdump (2.36.2-r2) (16/37) Purging lsblk (2.36.2-r2) (17/37) Purging sfdisk (2.36.2-r2) (18/37) Purging cfdisk (2.36.2-r2) (19/37) Purging partx (2.36.2-r2) (20/37) Purging flock (2.36.2-r2) (21/37) Purging logger (2.36.2-r2) (22/37) Purging uuidgen (2.36.2-r2) (23/37) Purging libfdisk (2.36.2-r2) (24/37) Purging libmount (2.36.2-r2) (25/37) Purging libsmartcols (2.36.2-r2) (26/37) Purging libuuid (2.36.2-r2) (27/37) Purging linux-headers (5.10.27-r0) (28/37) Purging coreutils (8.32-r2) Executing coreutils-8.32-r2.post-deinstall (29/37) Purging utmps-openrc (0.1.0.2-r0) (30/37) Purging libblkid (2.36.2-r2) (31/37) Purging kmod-libs (28-r0) (32/37) Purging xz-libs (5.2.5-r0) (33/37) Purging libcap-ng (0.8.2-r0) (34/37) Purging libeconf (0.3.8-r1) (35/37) Purging utmps (0.1.0.2-r0) (36/37) Purging s6-ipcserver (2.10.0.3-r0) (37/37) Purging skalibs (2.10.0.3-r0) Executing busybox-1.33.1-r1.trigger OK: 311 MiB in 88 packages >>> bcache-tools: Updating the main/x86 repository index... >>> bcache-tools: Signing the index...