>>> bcache-tools: Building main/bcache-tools 1.1-r0 (using abuild 3.7.0_rc1-r0) started Wed, 25 Nov 2020 11:19:06 +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/34) Installing udev-init-scripts (34-r0) Executing udev-init-scripts-34-r0.post-install (2/34) Installing eudev-libs (3.2.9-r3) (3/34) Installing libblkid (2.36.1-r0) (4/34) Installing xz-libs (5.2.5-r0) (5/34) Installing kmod-libs (27-r0) (6/34) Installing eudev (3.2.9-r3) (7/34) Installing eudev-dev (3.2.9-r3) (8/34) Installing blkid (2.36.1-r0) (9/34) Installing libcap-ng (0.8.1-r1) (10/34) Installing setpriv (2.36.1-r0) (11/34) Installing libmount (2.36.1-r0) (12/34) Installing libsmartcols (2.36.1-r0) (13/34) Installing findmnt (2.36.1-r0) (14/34) Installing mcookie (2.36.1-r0) (15/34) Installing hexdump (2.36.1-r0) (16/34) Installing lsblk (2.36.1-r0) (17/34) Installing libuuid (2.36.1-r0) (18/34) Installing libfdisk (2.36.1-r0) (19/34) Installing sfdisk (2.36.1-r0) (20/34) Installing cfdisk (2.36.1-r0) (21/34) Installing partx (2.36.1-r0) (22/34) Installing libeconf (0.3.8-r0) (23/34) Installing util-linux (2.36.1-r0) (24/34) Installing util-linux-dev (2.36.1-r0) (25/34) Installing linux-headers (5.7.8-r0) (26/34) Installing skalibs (2.9.3.0-r1) (27/34) Installing s6-ipcserver (2.9.2.0-r1) (28/34) Installing utmps (0.0.3.2-r1) Executing utmps-0.0.3.2-r1.pre-install (29/34) Installing coreutils (8.32-r1) (30/34) Installing .makedepends-bcache-tools (20201125.111907) (31/34) Installing util-linux-openrc (2.36.1-r0) (32/34) Installing utmps-openrc (0.0.3.2-r1) (33/34) Installing udev-init-scripts-openrc (34-r0) (34/34) Installing eudev-openrc (3.2.9-r3) Executing busybox-1.32.0-r3.trigger Executing eudev-3.2.9-r3.trigger OK: 329 MiB in 121 packages >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/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 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 251k 0 --:--:-- --:--:-- --:--:-- 249k >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/bcache-tools-1.1.tar.gz >>> bcache-tools: Checking sha512sums... bcache-tools-1.1.tar.gz: OK >>> bcache-tools: Unpacking /var/cache/distfiles/v3.13/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 -Wl,--as-needed 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 -Wl,--as-needed bcache-register.o -o bcache-register gcc -Os -fomit-frame-pointer -O2 -Wall -g -std=gnu99 -Os -fomit-frame-pointer -Wl,--as-needed 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 -Wl,--as-needed 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 -Wl,--as-needed 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 Wed, 25 Nov 2020 11:19:10 +0000 elapsed time 0h 0m 4s >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Uninstalling dependencies... (1/34) Purging .makedepends-bcache-tools (20201125.111907) (2/34) Purging eudev-dev (3.2.9-r3) (3/34) Purging eudev-openrc (3.2.9-r3) (4/34) Purging eudev (3.2.9-r3) (5/34) Purging udev-init-scripts-openrc (34-r0) (6/34) Purging udev-init-scripts (34-r0) (7/34) Purging eudev-libs (3.2.9-r3) (8/34) Purging util-linux-dev (2.36.1-r0) (9/34) Purging util-linux-openrc (2.36.1-r0) (10/34) Purging util-linux (2.36.1-r0) (11/34) Purging blkid (2.36.1-r0) (12/34) Purging setpriv (2.36.1-r0) (13/34) Purging findmnt (2.36.1-r0) (14/34) Purging mcookie (2.36.1-r0) (15/34) Purging hexdump (2.36.1-r0) (16/34) Purging lsblk (2.36.1-r0) (17/34) Purging sfdisk (2.36.1-r0) (18/34) Purging cfdisk (2.36.1-r0) (19/34) Purging partx (2.36.1-r0) (20/34) Purging libfdisk (2.36.1-r0) (21/34) Purging libmount (2.36.1-r0) (22/34) Purging libsmartcols (2.36.1-r0) (23/34) Purging libuuid (2.36.1-r0) (24/34) Purging linux-headers (5.7.8-r0) (25/34) Purging coreutils (8.32-r1) Executing coreutils-8.32-r1.post-deinstall (26/34) Purging utmps-openrc (0.0.3.2-r1) (27/34) Purging libblkid (2.36.1-r0) (28/34) Purging kmod-libs (27-r0) (29/34) Purging xz-libs (5.2.5-r0) (30/34) Purging libcap-ng (0.8.1-r1) (31/34) Purging libeconf (0.3.8-r0) (32/34) Purging utmps (0.0.3.2-r1) (33/34) Purging s6-ipcserver (2.9.2.0-r1) (34/34) Purging skalibs (2.9.3.0-r1) Executing busybox-1.32.0-r3.trigger OK: 310 MiB in 87 packages >>> bcache-tools: Updating the main/x86 repository index... >>> bcache-tools: Signing the index...