>>> lua-posixtz: Building main/lua-posixtz 0.5-r4 (using abuild 3.12.0-r0) started Sun, 22 Oct 2023 10:26:21 +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-r13)
(2/13) Installing lua5.1 (5.1.5-r13)
(3/13) Installing lua5.1-dev (5.1.5-r13)
(4/13) Installing lua5.2-dev (5.2.4-r13)
(5/13) Installing linenoise (1.0-r4)
(6/13) Installing lua5.3-libs (5.3.6-r6)
(7/13) Installing lua5.3 (5.3.6-r6)
(8/13) Installing lua5.3-dev (5.3.6-r6)
(9/13) Installing lua5.4-libs (5.4.6-r1)
(10/13) Installing readline (8.2.1-r2)
(11/13) Installing lua5.4 (5.4.6-r1)
(12/13) Installing lua5.4-dev (5.4.6-r1)
(13/13) Installing .makedepends-lua-posixtz (20231022.102623)
Executing busybox-1.36.1-r13.trigger
OK: 478 MiB in 119 packages
>>> lua-posixtz: Cleaning up srcdir
>>> lua-posixtz: Cleaning up pkgdir
>>> lua-posixtz: Cleaning up tmpdir
>>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/posixtz-0.5.tar.xz
  % 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  3976  100  3976    0     0  66336      0 --:--:-- --:--:-- --:--:-- 67389
>>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/posixtz-0.5.tar.xz
>>> lua-posixtz: Checking sha512sums...
posixtz-0.5.tar.xz: OK
>>> lua-posixtz: Unpacking /var/cache/distfiles/v3.19/posixtz-0.5.tar.xz...
gcc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt  -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 '<string.h>' or provide a declaration of 'strncmp'
   18 | #include "posixtz.h"
  +++ |+#include <string.h>
   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
      |                                     ^
<built-in>: 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 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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 '<string.h>' or provide a declaration of 'strncmp'
   18 | #include "posixtz.h"
  +++ |+#include <string.h>
   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
      |                                     ^
<built-in>: 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 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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 '<string.h>' or provide a declaration of 'strncmp'
   18 | #include "posixtz.h"
  +++ |+#include <string.h>
   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
      |                                     ^
<built-in>: 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 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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 '<string.h>' or provide a declaration of 'strncmp'
   18 | #include "posixtz.h"
  +++ |+#include <string.h>
   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
      |                                     ^
<built-in>: 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-x86_64.so.1
>>> lua5.1-posixtz*: Package size: 60.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-x86_64.so.1
>>> lua5.2-posixtz*: Package size: 60.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-x86_64.so.1
>>> lua5.3-posixtz*: Package size: 60.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-x86_64.so.1
>>> lua5.4-posixtz*: Package size: 60.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 Sun, 22 Oct 2023 10:26:24 +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 (20231022.102623)
(2/13) Purging lua5.1-dev (5.1.5-r13)
(3/13) Purging lua5.1 (5.1.5-r13)
(4/13) Purging lua5.1-libs (5.1.5-r13)
(5/13) Purging lua5.2-dev (5.2.4-r13)
(6/13) Purging lua5.3-dev (5.3.6-r6)
(7/13) Purging lua5.3 (5.3.6-r6)
(8/13) Purging lua5.3-libs (5.3.6-r6)
(9/13) Purging lua5.4-dev (5.4.6-r1)
(10/13) Purging lua5.4 (5.4.6-r1)
(11/13) Purging lua5.4-libs (5.4.6-r1)
(12/13) Purging linenoise (1.0-r4)
(13/13) Purging readline (8.2.1-r2)
Executing busybox-1.36.1-r13.trigger
OK: 472 MiB in 106 packages
>>> lua-posixtz: Updating the main/x86_64 repository index...
>>> lua-posixtz: Signing the index...