>>> lua-bitop: Building community/lua-bitop 1.0.2-r1 (using abuild 3.11.21-r0) started Tue, 19 Sep 2023 10:21:07 +0000 >>> lua-bitop: Checking sanity of /home/buildozer/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 (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-bitop (20230919.102108) Executing busybox-1.36.1-r8.trigger OK: 387 MiB in 116 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 % 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 23127 100 23127 0 0 35754 0 --:--:-- --:--:-- --:--:-- 35800 >>> 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/buildozer/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 -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 -o bit.so bit.o make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' >>> lua-bitop: Building for Lua 5.2... make: Entering directory '/home/buildozer/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 -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 -o bit.so bit.o make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' >>> lua-bitop: Building for Lua 5.3... make: Entering directory '/home/buildozer/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 -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 -o bit.so bit.o make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' >>> lua-bitop: Building for Lua 5.4... make: Entering directory '/home/buildozer/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 -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 -o bit.so bit.o make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' >>> lua-bitop: Test for Lua 5.1... make: Entering directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.1' >>> lua-bitop: Test for Lua 5.2... make: Entering directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.2' >>> lua-bitop: Test for Lua 5.3... make: Entering directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.3' >>> lua-bitop: Test for Lua 5.4... make: Entering directory '/home/buildozer/aports/community/lua-bitop/src/LuaBitOp-1.0.2-5.4' basic test OK nsievebits test OK MD5 test OK make: Leaving directory '/home/buildozer/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: 4.0 KB >>> 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-aarch64.so.1 >>> lua5.1-bitop*: Package size: 88.0 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-aarch64.so.1 >>> lua5.2-bitop*: Package size: 88.0 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-aarch64.so.1 >>> lua5.3-bitop*: Package size: 88.0 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-aarch64.so.1 >>> lua5.4-bitop*: Package size: 88.0 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 Tue, 19 Sep 2023 10:21:10 +0000 elapsed time 0h 0m 3s >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Uninstalling dependencies... (1/13) Purging .makedepends-lua-bitop (20230919.102108) (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-r8.trigger OK: 379 MiB in 103 packages >>> lua-bitop: Updating the community/aarch64 repository index... >>> lua-bitop: Signing the index...