>>> lua-bitop: Building community/lua-bitop 1.0.2-r1 (using abuild 3.14.1-r1) started Wed, 30 Oct 2024 09:30:32 +0000 >>> lua-bitop: Validating /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/12) Installing lua5.1-libs (5.1.5-r13) (2/12) Installing lua5.1 (5.1.5-r13) (3/12) Installing lua5.1-dev (5.1.5-r13) (4/12) Installing lua5.2-libs (5.2.4-r13) (5/12) Installing lua5.2 (5.2.4-r13) (6/12) Installing lua5.2-dev (5.2.4-r13) (7/12) Installing linenoise (1.0-r5) (8/12) Installing lua5.3-libs (5.3.6-r6) (9/12) Installing lua5.3 (5.3.6-r6) (10/12) Installing lua5.3-dev (5.3.6-r6) (11/12) Installing lua5.4-dev (5.4.7-r0) (12/12) Installing .makedepends-lua-bitop (20241030.093046) Executing busybox-1.37.0-r3.trigger OK: 276 MiB in 113 packages >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Cleaning up tmpdir >>> lua-bitop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/LuaBitOp-1.0.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> lua-bitop: Fetching https://bitop.luajit.org/download/LuaBitOp-1.0.2.tar.gz Connecting to bitop.luajit.org (163.172.177.144:443) saving to '/var/cache/distfiles/v3.21/LuaBitOp-1.0.2.tar.gz.part' LuaBitOp-1.0.2.tar.g 100% |********************************| 23127 0:00:00 ETA '/var/cache/distfiles/v3.21/LuaBitOp-1.0.2.tar.gz.part' saved >>> lua-bitop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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/v3.21/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: 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-armv7.so.1 >>> lua5.1-bitop*: Package size: 5.2 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-armv7.so.1 >>> lua5.2-bitop*: Package size: 5.2 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-armv7.so.1 >>> lua5.3-bitop*: Package size: 5.2 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-armv7.so.1 >>> lua5.4-bitop*: Package size: 5.2 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 Wed, 30 Oct 2024 09:30:48 +0000 elapsed time 0h 0m 16s >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Uninstalling dependencies... (1/12) Purging .makedepends-lua-bitop (20241030.093046) (2/12) Purging lua5.1-dev (5.1.5-r13) (3/12) Purging lua5.1 (5.1.5-r13) (4/12) Purging lua5.1-libs (5.1.5-r13) (5/12) Purging lua5.2-dev (5.2.4-r13) (6/12) Purging lua5.2 (5.2.4-r13) (7/12) Purging lua5.2-libs (5.2.4-r13) (8/12) Purging lua5.3-dev (5.3.6-r6) (9/12) Purging lua5.3 (5.3.6-r6) (10/12) Purging lua5.3-libs (5.3.6-r6) (11/12) Purging lua5.4-dev (5.4.7-r0) (12/12) Purging linenoise (1.0-r5) Executing busybox-1.37.0-r3.trigger OK: 271 MiB in 101 packages >>> lua-bitop: Updating the community/armv7 repository index... >>> lua-bitop: Signing the index...