>>> flashcache-utils: Building main/flashcache-utils 3.1.3-r0 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 18:25:56 +0000 >>> flashcache-utils: Checking sanity of /home/buildozer/aports/main/flashcache-utils/APKBUILD... >>> flashcache-utils: Analyzing dependencies... >>> flashcache-utils: Installing for build: build-base linux-headers (1/2) Installing linux-headers (5.10.41-r0) (2/2) Installing .makedepends-flashcache-utils (20211016.182559) OK: 349 MiB in 91 packages >>> flashcache-utils: Cleaning up srcdir >>> flashcache-utils: Cleaning up pkgdir >>> flashcache-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/flashcache-3.1.3.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 >>> flashcache-utils: Fetching flashcache-3.1.3.tar.gz::https://github.com/facebook/flashcache/archive/3.1.3.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 132 100 132 0 0 773 0 --:--:-- --:--:-- --:--:-- 776 100 133 100 133 0 0 399 0 --:--:-- --:--:-- --:--:-- 399 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 140k 0 0 236k 0 --:--:-- --:--:-- --:--:-- 572k >>> flashcache-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/flashcache-3.1.3.tar.gz >>> flashcache-utils: Checking sha512sums... flashcache-3.1.3.tar.gz: OK >>> flashcache-utils: Unpacking /var/cache/distfiles/v3.15/flashcache-3.1.3.tar.gz... make: Entering directory '/home/buildozer/aports/main/flashcache-utils/src/flashcache-3.1.3/src/utils' gcc -c -Os -fomit-frame-pointer -I.. -I. -DCOMMIT_REV="\"v3.15.0_alpha20210804-4063-g68c2a0af1c59\"" -g flashcache_create.c -o flashcache_create.o flashcache_create.c: In function 'main': flashcache_create.c:321:101: warning: format '%d' expects argument of type 'int', but argument 6 has type 'sector_t' {aka 'long unsigned int'} [-Wformat=] 321 | fprintf(stderr, "%s: SSD device (%s) sector size (%d) cannot be larger than metadata block size (%d) !\n", | ~^ | | | int | %ld 322 | pname, ssd_devname, cache_sectorsize, md_block_size * 512); | ~~~~~~~~~~~~~~~~~~~ | | | sector_t {aka long unsigned int} flashcache_create.c:349:53: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 349 | fprintf(stderr, "%s: Invalid Disk Associativity %ld\n", | ~~^ | | | long int | %d 350 | pname, disk_associativity); | ~~~~~~~~~~~~~~~~~~ | | | int flashcache_create.c:358:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 11 has type 'int' [-Wformat=] 358 | sprintf(dmsetup_cmd, "echo 0 %lu flashcache %s %s %s %d 2 %lu %lu %d %lu %lu" | ~~^ | | | long unsigned int | %u ...... 361 | cache_size, associativity, disk_associativity, md_block_size, | ~~~~~~~~~~~~~~~~~~ | | | int gcc -c -Os -fomit-frame-pointer -I.. -I. -DCOMMIT_REV="\"v3.15.0_alpha20210804-4063-g68c2a0af1c59\"" -g flashcache_destroy.c -o flashcache_destroy.o gcc -c -Os -fomit-frame-pointer -I.. -I. -DCOMMIT_REV="\"v3.15.0_alpha20210804-4063-g68c2a0af1c59\"" -g flashcache_load.c -o flashcache_load.o gcc -c -Os -fomit-frame-pointer -I.. -I. -DCOMMIT_REV="\"v3.15.0_alpha20210804-4063-g68c2a0af1c59\"" -g flashcache_setioctl.c -o flashcache_setioctl.o gcc -c -Os -fomit-frame-pointer -I.. -I. -DCOMMIT_REV="\"v3.15.0_alpha20210804-4063-g68c2a0af1c59\"" -g get_agsize.c -o get_agsize.o get_agsize.c: In function 'main': get_agsize.c:90:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 90 | printf("agsize = %ld agcount = %d, t1=%d t2=%d\n", | ~^ | | | int | %ld 91 | agsize/1024, agcount, t1/1024, t2/1024); | ~~~~~~~ | | | size_t {aka long unsigned int} get_agsize.c:90:49: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 90 | printf("agsize = %ld agcount = %d, t1=%d t2=%d\n", | ~^ | | | int | %ld 91 | agsize/1024, agcount, t1/1024, t2/1024); | ~~~~~~~ | | | size_t {aka long unsigned int} get_agsize.c:93:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 93 | printf("best agsize = %ld agcount=%d\n", | ~^ | | | int | %ld 94 | vsize / (best_agcount * 1024), best_agcount); | ~~~~~~~~~~~~ | | | size_t {aka long unsigned int} gcc flashcache_create.o -o flashcache_create gcc flashcache_destroy.o -o flashcache_destroy gcc flashcache_load.o -o flashcache_load gcc flashcache_setioctl.o -o flashcache_setioctl gcc get_agsize.o -o get_agsize make: Leaving directory '/home/buildozer/aports/main/flashcache-utils/src/flashcache-3.1.3/src/utils' >>> WARNING: flashcache-utils: 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. >>> flashcache-utils: Entering fakeroot... install -d -m 755 /home/buildozer/aports/main/flashcache-utils/pkg/flashcache-utils/sbin/ install -m 755 flashcache_create flashcache_destroy flashcache_load flashcache_setioctl get_agsize /home/buildozer/aports/main/flashcache-utils/pkg/flashcache-utils/sbin/ >>> flashcache-utils*: Running postcheck for flashcache-utils >>> flashcache-utils*: Preparing package flashcache-utils... >>> flashcache-utils*: Stripping binaries >>> flashcache-utils*: Scanning shared objects >>> flashcache-utils*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> flashcache-utils*: Package size: 88.0 KB >>> flashcache-utils*: Compressing data... >>> flashcache-utils*: Create checksum... >>> flashcache-utils*: Create flashcache-utils-3.1.3-r0.apk >>> flashcache-utils: Build complete at Sat, 16 Oct 2021 18:26:02 +0000 elapsed time 0h 0m 6s >>> flashcache-utils: Cleaning up srcdir >>> flashcache-utils: Cleaning up pkgdir >>> flashcache-utils: Uninstalling dependencies... (1/2) Purging .makedepends-flashcache-utils (20211016.182559) (2/2) Purging linux-headers (5.10.41-r0) OK: 342 MiB in 89 packages >>> flashcache-utils: Updating the main/x86_64 repository index... >>> flashcache-utils: Signing the index...