>>> lua-bitop: Building community/lua-bitop 1.0.2-r1 (using abuild 3.15.0-r0) started Sat, 11 Oct 2025 12:41:36 +0000 >>> lua-bitop: Validating /home/udu/aports/community/lua-bitop/APKBUILD... >>> lua-bitop: Analyzing dependencies... >>> lua-bitop: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/14) Installing lua5.1-libs (5.1.5-r13) (2/14) Installing lua5.1 (5.1.5-r13) (3/14) Installing lua5.1-dev (5.1.5-r13) (4/14) Installing lua5.2-libs (5.2.4-r13) (5/14) Installing lua5.2 (5.2.4-r13) (6/14) Installing lua5.2-dev (5.2.4-r13) (7/14) Installing linenoise (1.0-r5) (8/14) Installing lua5.3-libs (5.3.6-r6) (9/14) Installing lua5.3 (5.3.6-r6) (10/14) Installing lua5.3-dev (5.3.6-r6) (11/14) Installing lua5.4-libs (5.4.7-r0) (12/14) Installing lua5.4 (5.4.7-r0) (13/14) Installing lua5.4-dev (5.4.7-r0) (14/14) Installing .makedepends-lua-bitop (20251011.124137) Executing busybox-1.37.0-r19.trigger OK: 303 MiB in 103 packages >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Cleaning up tmpdir >>> lua-bitop: Fetching https://bitop.luajit.org/download/LuaBitOp-1.0.2.tar.gz >>> lua-bitop: Fetching https://bitop.luajit.org/download/LuaBitOp-1.0.2.tar.gz >>> lua-bitop: Checking sha512sums... LuaBitOp-1.0.2.tar.gz: OK lua5.3.patch: OK >>> lua-bitop: Unpacking /var/cache/distfiles/LuaBitOp-1.0.2.tar.gz... >>> lua-bitop: lua5.3.patch patching file bit.c >>> lua-bitop: Building for Lua 5.1... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' gcc -fPIC -O2 -fomit-frame-pointer -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o bit.so bit.o make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' >>> lua-bitop: Building for Lua 5.2... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:96:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 96 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o bit.so bit.o make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' >>> lua-bitop: Building for Lua 5.3... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.3 -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o bit.so bit.o make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' >>> lua-bitop: Building for Lua 5.4... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.4 -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:107:1: note: in expansion of macro 'BIT_OP' 107 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:108:1: note: in expansion of macro 'BIT_OP' 108 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:98:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 98 | #define BRET(b) lua_pushinteger(L, (lua_Integer)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~~ bit.c:106:59: note: in expansion of macro 'BRET' 106 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:109:1: note: in expansion of macro 'BIT_OP' 109 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o bit.so bit.o make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' >>> lua-bitop: Test for Lua 5.1... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' >>> lua-bitop: Test for Lua 5.2... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' >>> lua-bitop: Test for Lua 5.3... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' >>> lua-bitop: Test for Lua 5.4... make: Entering directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/udu/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' >>> lua-bitop: Entering fakeroot... >>> lua5.1-bitop*: Running split function _subpackage... >>> lua5.1-bitop*: Preparing subpackage lua5.1-bitop... >>> lua5.1-bitop*: Stripping binaries >>> lua5.1-bitop*: Running postcheck for lua5.1-bitop >>> lua5.2-bitop*: Running split function _subpackage... >>> lua5.2-bitop*: Preparing subpackage lua5.2-bitop... >>> lua5.2-bitop*: Stripping binaries >>> lua5.2-bitop*: Running postcheck for lua5.2-bitop >>> lua5.3-bitop*: Running split function _subpackage... >>> lua5.3-bitop*: Preparing subpackage lua5.3-bitop... >>> lua5.3-bitop*: Stripping binaries >>> lua5.3-bitop*: Running postcheck for lua5.3-bitop >>> lua5.4-bitop*: Running split function _subpackage... >>> lua5.4-bitop*: Preparing subpackage lua5.4-bitop... >>> lua5.4-bitop*: Stripping binaries >>> lua5.4-bitop*: Running postcheck for lua5.4-bitop >>> lua-bitop*: Running postcheck for lua-bitop >>> lua-bitop*: Preparing package lua-bitop... >>> lua-bitop*: Stripping binaries >>> WARNING: lua-bitop*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-bitop*: Scanning shared objects >>> lua5.1-bitop*: Scanning shared objects >>> lua5.2-bitop*: Scanning shared objects >>> lua5.3-bitop*: Scanning shared objects >>> lua5.4-bitop*: Scanning shared objects >>> lua-bitop*: Tracing dependencies... >>> lua-bitop*: Package size: 0.0 >>> lua-bitop*: Compressing data... >>> lua-bitop*: Create checksum... >>> lua-bitop*: Create lua-bitop-1.0.2-r1.apk >>> lua5.1-bitop*: Tracing dependencies... lua5.1 so:libc.musl-x86_64.so.1 >>> lua5.1-bitop*: Package size: 13.7 KB >>> lua5.1-bitop*: Compressing data... >>> lua5.1-bitop*: Create checksum... >>> lua5.1-bitop*: Create lua5.1-bitop-1.0.2-r1.apk >>> lua5.2-bitop*: Tracing dependencies... lua5.2 so:libc.musl-x86_64.so.1 >>> lua5.2-bitop*: Package size: 13.7 KB >>> lua5.2-bitop*: Compressing data... >>> lua5.2-bitop*: Create checksum... >>> lua5.2-bitop*: Create lua5.2-bitop-1.0.2-r1.apk >>> lua5.3-bitop*: Tracing dependencies... lua5.3 so:libc.musl-x86_64.so.1 >>> lua5.3-bitop*: Package size: 13.7 KB >>> lua5.3-bitop*: Compressing data... >>> lua5.3-bitop*: Create checksum... >>> lua5.3-bitop*: Create lua5.3-bitop-1.0.2-r1.apk >>> lua5.4-bitop*: Tracing dependencies... lua5.4 so:libc.musl-x86_64.so.1 >>> lua5.4-bitop*: Package size: 13.7 KB >>> lua5.4-bitop*: Compressing data... >>> lua5.4-bitop*: Create checksum... >>> lua5.4-bitop*: Create lua5.4-bitop-1.0.2-r1.apk >>> lua-bitop: Build complete at Sat, 11 Oct 2025 12:41:38 +0000 elapsed time 0h 0m 2s >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Uninstalling dependencies... (1/14) Purging .makedepends-lua-bitop (20251011.124137) (2/14) Purging lua5.1-dev (5.1.5-r13) (3/14) Purging lua5.1 (5.1.5-r13) (4/14) Purging lua5.1-libs (5.1.5-r13) (5/14) Purging lua5.2-dev (5.2.4-r13) (6/14) Purging lua5.2 (5.2.4-r13) (7/14) Purging lua5.2-libs (5.2.4-r13) (8/14) Purging lua5.3-dev (5.3.6-r6) (9/14) Purging lua5.3 (5.3.6-r6) (10/14) Purging lua5.3-libs (5.3.6-r6) (11/14) Purging lua5.4-dev (5.4.7-r0) (12/14) Purging lua5.4 (5.4.7-r0) (13/14) Purging lua5.4-libs (5.4.7-r0) (14/14) Purging linenoise (1.0-r5) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> lua-bitop: Updating the community/x86_64 repository index... >>> lua-bitop: Signing the index...