>>> cramfs: Building main/cramfs 1.1-r6 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 21:51:46 +0000 >>> cramfs: Checking sanity of /home/buildozer/aports/main/cramfs/APKBUILD... >>> cramfs: Analyzing dependencies... >>> cramfs: Installing for build: build-base zlib-dev linux-headers (1/3) Installing zlib-dev (1.2.13-r1) (2/3) Installing linux-headers (6.2-r0) (3/3) Installing .makedepends-cramfs (20230420.215147) OK: 400 MiB in 100 packages >>> cramfs: Cleaning up srcdir >>> cramfs: Cleaning up pkgdir >>> cramfs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/cramfs-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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cramfs: Fetching https://downloads.sourceforge.net/cramfs/cramfs-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 366 100 366 0 0 586 0 --:--:-- --:--:-- --:--:-- 586 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 341 100 341 0 0 129 0 0:00:02 0:00:02 --:--:-- 341 100 341 100 341 0 0 129 0 0:00:02 0:00:02 --:--:-- 341 100 24179 100 24179 0 0 8936 0 0:00:02 0:00:02 --:--:-- 8936 >>> cramfs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/cramfs-1.1.tar.gz >>> cramfs: Checking sha512sums... cramfs-1.1.tar.gz: OK mkcramfs-include-sysmacros.patch: OK >>> cramfs: Unpacking /var/cache/distfiles/v3.18/cramfs-1.1.tar.gz... >>> cramfs: mkcramfs-include-sysmacros.patch patching file mkcramfs.c gcc -Os -Wformat -Werror=format-security -Werror=int-conversion -D_GNU_SOURCE -I. -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs mkcramfs.c -lz -o mkcramfs gcc -Os -Wformat -Werror=format-security -Werror=int-conversion -D_GNU_SOURCE -I. -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs cramfsck.c -lz -o cramfsck cramfsck.c:38: warning: "_GNU_SOURCE" redefined 38 | #define _GNU_SOURCE | : note: this is the location of the previous definition mkcramfs.c: In function 'parse_directory': mkcramfs.c:246:47: warning: passing argument 4 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types] 246 | dircount = scandir(name, &dirlist, 0, cramsort); | ^~~~~~~~ | | | int (*)(const void *, const void *) In file included from mkcramfs.c:32: /usr/include/dirent.h:33:78: note: expected 'int (*)(const struct dirent **, const struct dirent **)' but argument is of type 'int (*)(const void *, const void *)' 33 | int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkcramfs.c: In function 'main': mkcramfs.c:772:80: warning: format '%Ld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 772 | "warning: estimate of required size (upper bound) is %LdMB, but maximum image size is %uMB, we might die prematurely\n", | ~~^ | | | long long int | %ld 773 | fslen_ub >> 20, | ~~~~~~~~~~~~~~ | | | off_t {aka long int} mkcramfs.c:811:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 811 | printf("Directory data: %d bytes\n", offset); | ~^ ~~~~~~ | | | | int ssize_t {aka long int} | %ld mkcramfs.c:818:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 818 | printf("Everything: %d kilobytes\n", offset >> 10); | ~^ ~~~~~~~~~~~~ | | | | int ssize_t {aka long int} | %ld mkcramfs.c:822:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 822 | printf("Super block: %d bytes\n", sizeof(struct cramfs_super)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld >>> WARNING: cramfs: 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. >>> cramfs: Entering fakeroot... >>> cramfs*: Running postcheck for cramfs >>> cramfs*: Preparing package cramfs... >>> cramfs*: Stripping binaries >>> cramfs*: Scanning shared objects >>> cramfs*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libz.so.1 >>> cramfs*: Package size: 48.0 KB >>> cramfs*: Compressing data... >>> cramfs*: Create checksum... >>> cramfs*: Create cramfs-1.1-r6.apk >>> cramfs: Build complete at Thu, 20 Apr 2023 21:51:50 +0000 elapsed time 0h 0m 4s >>> cramfs: Cleaning up srcdir >>> cramfs: Cleaning up pkgdir >>> cramfs: Uninstalling dependencies... (1/3) Purging .makedepends-cramfs (20230420.215147) (2/3) Purging zlib-dev (1.2.13-r1) (3/3) Purging linux-headers (6.2-r0) OK: 392 MiB in 97 packages >>> cramfs: Updating the main/x86_64 repository index... >>> cramfs: Signing the index...