>>> bcache-tools: Building main/bcache-tools 1.1-r0 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 19:00:19 +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/41) Installing udev-init-scripts (35-r0) Executing udev-init-scripts-35-r0.post-install (2/41) Installing eudev-libs (3.2.10-r1) (3/41) Installing libblkid (2.37.2-r1) (4/41) Installing xz-libs (5.2.5-r0) (5/41) Installing kmod-libs (29-r2) (6/41) Installing eudev (3.2.10-r1) (7/41) Installing eudev-dev (3.2.10-r1) (8/41) Installing util-linux (2.37.2-r1) (9/41) Installing libeconf (0.4.1-r0) (10/41) Installing libuuid (2.37.2-r1) (11/41) Installing libfdisk (2.37.2-r1) (12/41) Installing libmount (2.37.2-r1) (13/41) Installing libsmartcols (2.37.2-r1) (14/41) Installing util-linux-misc (2.37.2-r1) (15/41) Installing linux-pam (1.5.2-r0) (16/41) Installing runuser (2.37.2-r1) (17/41) Installing hexdump (2.37.2-r1) (18/41) Installing uuidgen (2.37.2-r1) (19/41) Installing blkid (2.37.2-r1) (20/41) Installing sfdisk (2.37.2-r1) (21/41) Installing mcookie (2.37.2-r1) (22/41) Installing wipefs (2.37.2-r1) (23/41) Installing cfdisk (2.37.2-r1) (24/41) Installing flock (2.37.2-r1) (25/41) Installing lsblk (2.37.2-r1) (26/41) Installing libcap-ng (0.8.2-r0) (27/41) Installing setpriv (2.37.2-r1) (28/41) Installing logger (2.37.2-r1) (29/41) Installing partx (2.37.2-r1) (30/41) Installing findmnt (2.37.2-r1) (31/41) Installing util-linux-dev (2.37.2-r1) (32/41) Installing linux-headers (5.10.41-r0) (33/41) Installing skalibs (2.11.0.0-r0) (34/41) Installing s6-ipcserver (2.11.0.0-r0) (35/41) Installing utmps (0.1.0.3-r0) Executing utmps-0.1.0.3-r0.pre-install (36/41) Installing coreutils (9.0-r1) (37/41) Installing .makedepends-bcache-tools (20211016.190020) (38/41) Installing util-linux-openrc (2.37.2-r1) (39/41) Installing utmps-openrc (0.1.0.3-r0) (40/41) Installing udev-init-scripts-openrc (35-r0) (41/41) Installing eudev-openrc (3.2.10-r1) Executing busybox-1.34.1-r0.trigger Executing eudev-3.2.10-r1.trigger OK: 363 MiB in 130 packages >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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 100 34548 0 34548 0 0 401k 0 --:--:-- --:--:-- --:--:-- 406k >>> bcache-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/bcache-tools-1.1.tar.gz >>> bcache-tools: Checking sha512sums... bcache-tools-1.1.tar.gz: OK >>> bcache-tools: Unpacking /var/cache/distfiles/v3.15/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 >>> 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_64.so.1 so:libsmartcols.so.1 so:libuuid.so.1 >>> bcache-tools*: Package size: 208.0 KB >>> bcache-tools*: Compressing data... >>> bcache-tools*: Create checksum... >>> bcache-tools*: Create bcache-tools-1.1-r0.apk >>> bcache-tools: Build complete at Sat, 16 Oct 2021 19:00:23 +0000 elapsed time 0h 0m 4s >>> bcache-tools: Cleaning up srcdir >>> bcache-tools: Cleaning up pkgdir >>> bcache-tools: Uninstalling dependencies... (1/41) Purging util-linux-misc (2.37.2-r1) (2/41) Purging runuser (2.37.2-r1) (3/41) Purging hexdump (2.37.2-r1) (4/41) Purging uuidgen (2.37.2-r1) (5/41) Purging blkid (2.37.2-r1) (6/41) Purging sfdisk (2.37.2-r1) (7/41) Purging mcookie (2.37.2-r1) (8/41) Purging wipefs (2.37.2-r1) (9/41) Purging cfdisk (2.37.2-r1) (10/41) Purging flock (2.37.2-r1) (11/41) Purging lsblk (2.37.2-r1) (12/41) Purging setpriv (2.37.2-r1) (13/41) Purging logger (2.37.2-r1) (14/41) Purging partx (2.37.2-r1) (15/41) Purging findmnt (2.37.2-r1) (16/41) Purging .makedepends-bcache-tools (20211016.190020) (17/41) Purging eudev-dev (3.2.10-r1) (18/41) Purging eudev-openrc (3.2.10-r1) (19/41) Purging eudev (3.2.10-r1) (20/41) Purging udev-init-scripts-openrc (35-r0) (21/41) Purging udev-init-scripts (35-r0) (22/41) Purging eudev-libs (3.2.10-r1) (23/41) Purging util-linux-dev (2.37.2-r1) (24/41) Purging util-linux-openrc (2.37.2-r1) (25/41) Purging util-linux (2.37.2-r1) (26/41) Purging libfdisk (2.37.2-r1) (27/41) Purging libmount (2.37.2-r1) (28/41) Purging libsmartcols (2.37.2-r1) (29/41) Purging libuuid (2.37.2-r1) (30/41) Purging linux-headers (5.10.41-r0) (31/41) Purging coreutils (9.0-r1) Executing coreutils-9.0-r1.post-deinstall (32/41) Purging utmps-openrc (0.1.0.3-r0) (33/41) Purging libblkid (2.37.2-r1) (34/41) Purging kmod-libs (29-r2) (35/41) Purging xz-libs (5.2.5-r0) (36/41) Purging libeconf (0.4.1-r0) (37/41) Purging linux-pam (1.5.2-r0) (38/41) Purging libcap-ng (0.8.2-r0) (39/41) Purging utmps (0.1.0.3-r0) (40/41) Purging s6-ipcserver (2.11.0.0-r0) (41/41) Purging skalibs (2.11.0.0-r0) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> bcache-tools: Updating the main/x86_64 repository index... >>> bcache-tools: Signing the index...