>>> lua-posixtz: Building main/lua-posixtz 0.5-r4 (using abuild 3.10.0-r2) started Wed, 12 Apr 2023 08:04:28 +0000 >>> lua-posixtz: Checking sanity of /home/buildozer/aports/main/lua-posixtz/APKBUILD... >>> lua-posixtz: Analyzing dependencies... >>> lua-posixtz: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev (1/13) Installing lua5.1-libs (5.1.5-r12) (2/13) Installing lua5.1 (5.1.5-r12) (3/13) Installing lua5.1-dev (5.1.5-r12) (4/13) Installing lua5.2-dev (5.2.4-r12) (5/13) Installing linenoise (1.0-r3) (6/13) Installing lua5.3-libs (5.3.6-r5) (7/13) Installing lua5.3 (5.3.6-r5) (8/13) Installing lua5.3-dev (5.3.6-r5) (9/13) Installing lua5.4-libs (5.4.4-r8) (10/13) Installing readline (8.2.1-r1) (11/13) Installing lua5.4 (5.4.4-r8) (12/13) Installing lua5.4-dev (5.4.4-r8) (13/13) Installing .makedepends-lua-posixtz (20230412.080429) Executing busybox-1.36.0-r6.trigger OK: 302 MiB in 111 packages >>> lua-posixtz: Cleaning up srcdir >>> lua-posixtz: Cleaning up pkgdir >>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/edge/posixtz-0.5.tar.xz >>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/edge/posixtz-0.5.tar.xz >>> lua-posixtz: Checking sha512sums... posixtz-0.5.tar.xz: OK >>> lua-posixtz: Unpacking /var/cache/distfiles/posixtz-0.5.tar.xz... gcc -fPIC -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:16: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:19:1: note: include '' or provide a declaration of 'strncmp' 18 | #include "posixtz.h" +++ |+#include 19 | posixtz.c:37:37: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 37 | || strncmp(buf, "TZif", 4) != 0 | ^ : note: built-in 'strncmp' declared here posixtz.c:39:16: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 39 | || lseek(fd, -TZ_BUFLEN, SEEK_END) < 0 | ^~~~~ | fseek posixtz.c:64:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 64 | close(fd); | ^~~~~ | pclose gcc -fPIC -Os -fomit-frame-pointer -I/usr/include/lua5.2 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:16: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:19:1: note: include '' or provide a declaration of 'strncmp' 18 | #include "posixtz.h" +++ |+#include 19 | posixtz.c:37:37: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 37 | || strncmp(buf, "TZif", 4) != 0 | ^ : note: built-in 'strncmp' declared here posixtz.c:39:16: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 39 | || lseek(fd, -TZ_BUFLEN, SEEK_END) < 0 | ^~~~~ | fseek posixtz.c:64:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 64 | close(fd); | ^~~~~ | pclose gcc -fPIC -Os -fomit-frame-pointer -I/usr/include/lua5.3 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:16: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:19:1: note: include '' or provide a declaration of 'strncmp' 18 | #include "posixtz.h" +++ |+#include 19 | posixtz.c:37:37: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 37 | || strncmp(buf, "TZif", 4) != 0 | ^ : note: built-in 'strncmp' declared here posixtz.c:39:16: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 39 | || lseek(fd, -TZ_BUFLEN, SEEK_END) < 0 | ^~~~~ | fseek posixtz.c:64:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 64 | close(fd); | ^~~~~ | pclose gcc -fPIC -Os -fomit-frame-pointer -I/usr/include/lua5.4 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:16: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:19:1: note: include '' or provide a declaration of 'strncmp' 18 | #include "posixtz.h" +++ |+#include 19 | posixtz.c:37:37: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 37 | || strncmp(buf, "TZif", 4) != 0 | ^ : note: built-in 'strncmp' declared here posixtz.c:39:16: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 39 | || lseek(fd, -TZ_BUFLEN, SEEK_END) < 0 | ^~~~~ | fseek posixtz.c:64:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 64 | close(fd); | ^~~~~ | pclose >>> WARNING: lua-posixtz: 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. >>> lua-posixtz: Entering fakeroot... >>> lua5.1-posixtz*: Running split function split_5_1... >>> lua5.1-posixtz*: Preparing subpackage lua5.1-posixtz... >>> lua5.1-posixtz*: Stripping binaries >>> lua5.1-posixtz*: Running postcheck for lua5.1-posixtz >>> lua5.2-posixtz*: Running split function split_5_2... >>> lua5.2-posixtz*: Preparing subpackage lua5.2-posixtz... >>> lua5.2-posixtz*: Stripping binaries >>> lua5.2-posixtz*: Running postcheck for lua5.2-posixtz >>> lua5.3-posixtz*: Running split function split_5_3... >>> lua5.3-posixtz*: Preparing subpackage lua5.3-posixtz... >>> lua5.3-posixtz*: Stripping binaries >>> lua5.3-posixtz*: Running postcheck for lua5.3-posixtz >>> lua5.4-posixtz*: Running split function split_5_4... >>> lua5.4-posixtz*: Preparing subpackage lua5.4-posixtz... >>> lua5.4-posixtz*: Stripping binaries >>> lua5.4-posixtz*: Running postcheck for lua5.4-posixtz >>> lua-posixtz*: Running postcheck for lua-posixtz >>> lua-posixtz*: Preparing package lua-posixtz... >>> lua-posixtz*: Stripping binaries >>> WARNING: lua-posixtz*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-posixtz*: Scanning shared objects >>> lua5.1-posixtz*: Scanning shared objects >>> lua5.2-posixtz*: Scanning shared objects >>> lua5.3-posixtz*: Scanning shared objects >>> lua5.4-posixtz*: Scanning shared objects >>> lua-posixtz*: Tracing dependencies... >>> lua-posixtz*: Package size: 24.0 KB >>> lua-posixtz*: Compressing data... >>> lua-posixtz*: Create checksum... >>> lua-posixtz*: Create lua-posixtz-0.5-r4.apk >>> lua5.1-posixtz*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> lua5.1-posixtz*: Package size: 112.0 KB >>> lua5.1-posixtz*: Compressing data... >>> lua5.1-posixtz*: Create checksum... >>> lua5.1-posixtz*: Create lua5.1-posixtz-0.5-r4.apk >>> lua5.2-posixtz*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> lua5.2-posixtz*: Package size: 112.0 KB >>> lua5.2-posixtz*: Compressing data... >>> lua5.2-posixtz*: Create checksum... >>> lua5.2-posixtz*: Create lua5.2-posixtz-0.5-r4.apk >>> lua5.3-posixtz*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> lua5.3-posixtz*: Package size: 112.0 KB >>> lua5.3-posixtz*: Compressing data... >>> lua5.3-posixtz*: Create checksum... >>> lua5.3-posixtz*: Create lua5.3-posixtz-0.5-r4.apk >>> lua5.4-posixtz*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> lua5.4-posixtz*: Package size: 112.0 KB >>> lua5.4-posixtz*: Compressing data... >>> lua5.4-posixtz*: Create checksum... >>> lua5.4-posixtz*: Create lua5.4-posixtz-0.5-r4.apk >>> lua-posixtz: Build complete at Wed, 12 Apr 2023 08:04:31 +0000 elapsed time 0h 0m 3s >>> lua-posixtz: Cleaning up srcdir >>> lua-posixtz: Cleaning up pkgdir >>> lua-posixtz: Uninstalling dependencies... (1/13) Purging .makedepends-lua-posixtz (20230412.080429) (2/13) Purging lua5.1-dev (5.1.5-r12) (3/13) Purging lua5.1 (5.1.5-r12) (4/13) Purging lua5.1-libs (5.1.5-r12) (5/13) Purging lua5.2-dev (5.2.4-r12) (6/13) Purging lua5.3-dev (5.3.6-r5) (7/13) Purging lua5.3 (5.3.6-r5) (8/13) Purging lua5.3-libs (5.3.6-r5) (9/13) Purging lua5.4-dev (5.4.4-r8) (10/13) Purging lua5.4 (5.4.4-r8) (11/13) Purging lua5.4-libs (5.4.4-r8) (12/13) Purging linenoise (1.0-r3) (13/13) Purging readline (8.2.1-r1) Executing busybox-1.36.0-r6.trigger OK: 293 MiB in 98 packages >>> lua-posixtz: Updating the main/ppc64le repository index... >>> lua-posixtz: Signing the index...