>>> lua-posixtz: Building main/lua-posixtz 0.5-r2 (using abuild 3.7.0_rc1-r0) started Mon, 14 Dec 2020 20:13:00 +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 (1/9) Installing lua5.1-libs (5.1.5-r7) (2/9) Installing lua5.1 (5.1.5-r7) (3/9) Installing lua5.1-dev (5.1.5-r7) (4/9) Installing lua5.2-dev (5.2.4-r7) (5/9) Installing linenoise (1.0-r1) (6/9) Installing lua5.3-libs (5.3.6-r0) (7/9) Installing lua5.3 (5.3.6-r0) (8/9) Installing lua5.3-dev (5.3.6-r0) (9/9) Installing .makedepends-lua-posixtz (20201214.201300) Executing busybox-1.32.0-r3.trigger OK: 312 MiB in 95 packages >>> lua-posixtz: Cleaning up srcdir >>> lua-posixtz: Cleaning up pkgdir >>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/posixtz-0.5.tar.xz >>> lua-posixtz: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/posixtz-0.5.tar.xz >>> lua-posixtz: Checking sha512sums... posixtz-0.5.tar.xz: OK >>> lua-posixtz: Unpacking /var/cache/distfiles/v3.13/posixtz-0.5.tar.xz... gcc -fPIC -Os -fomit-frame-pointer -Wl,--as-needed -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:37:30: warning: 'strncmp' argument 3 type is 'int' where '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:9: 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:2: 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 -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:37:30: warning: 'strncmp' argument 3 type is 'int' where '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:9: 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:2: 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 -shared -o core.so lua-posixtz.c posixtz.c posixtz.c: In function 'posix_tz': posixtz.c:35:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | r = read(fd, buf, TZ_BUFLEN); | ^~~~ | fread posixtz.c:37:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 37 | || strncmp(buf, "TZif", 4) != 0 | ^~~~~~~ posixtz.c:37:30: warning: 'strncmp' argument 3 type is 'int' where '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:9: 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:2: 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 >>> 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 >>> 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-r2.apk >>> lua5.1-posixtz*: Tracing dependencies... so:libc.musl-x86.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-r2.apk >>> lua5.2-posixtz*: Tracing dependencies... so:libc.musl-x86.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-r2.apk >>> lua5.3-posixtz*: Tracing dependencies... so:libc.musl-x86.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-r2.apk >>> lua-posixtz: Build complete at Mon, 14 Dec 2020 20:13:02 +0000 elapsed time 0h 0m 2s >>> lua-posixtz: Cleaning up srcdir >>> lua-posixtz: Cleaning up pkgdir >>> lua-posixtz: Uninstalling dependencies... (1/9) Purging .makedepends-lua-posixtz (20201214.201300) (2/9) Purging lua5.1-dev (5.1.5-r7) (3/9) Purging lua5.1 (5.1.5-r7) (4/9) Purging lua5.1-libs (5.1.5-r7) (5/9) Purging lua5.2-dev (5.2.4-r7) (6/9) Purging lua5.3-dev (5.3.6-r0) (7/9) Purging lua5.3 (5.3.6-r0) (8/9) Purging lua5.3-libs (5.3.6-r0) (9/9) Purging linenoise (1.0-r1) Executing busybox-1.32.0-r3.trigger OK: 310 MiB in 86 packages >>> lua-posixtz: Updating the main/x86 repository index... >>> lua-posixtz: Signing the index...