>>> lua-bitop: Building community/lua-bitop 1.0.2-r0 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 18:23:14 +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/12) Installing lua5.1-libs (5.1.5-r11) (2/12) Installing lua5.1 (5.1.5-r11) (3/12) Installing lua5.1-dev (5.1.5-r11) (4/12) Installing lua5.2-dev (5.2.4-r10) (5/12) Installing linenoise (1.0-r2) (6/12) Installing lua5.3-libs (5.3.6-r4) (7/12) Installing lua5.3 (5.3.6-r4) (8/12) Installing lua5.3-dev (5.3.6-r4) (9/12) Installing lua5.4-libs (5.4.4-r6) (10/12) Installing lua5.4 (5.4.4-r6) (11/12) Installing lua5.4-dev (5.4.4-r6) (12/12) Installing .makedepends-lua-bitop (20221026.182328) Executing busybox-1.35.0-r27.trigger OK: 832 MiB in 127 packages >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> 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 69 23127 69 16131 0 0 21806 0 0:00:01 --:--:-- 0:00:01 21798 100 23127 100 23127 0 0 31258 0 --:--:-- --:--:-- --:--:-- 31252 >>> lua-bitop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/LuaBitOp-1.0.2.tar.gz >>> lua-bitop: Checking sha512sums... LuaBitOp-1.0.2.tar.gz: OK >>> lua-bitop: Unpacking /var/cache/distfiles/v3.17/LuaBitOp-1.0.2.tar.gz... >>> 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 -I/usr/local/include -Os -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | 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/local/include -Os -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | 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/local/include -Os -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | 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/local/include -Os -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | 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' >>> WARNING: lua-bitop: 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-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-r0.apk >>> lua5.1-bitop*: Tracing dependencies... lua5.1 so:libc.musl-s390x.so.1 >>> lua5.1-bitop*: Package size: 32.0 KB >>> lua5.1-bitop*: Compressing data... >>> lua5.1-bitop*: Create checksum... >>> lua5.1-bitop*: Create lua5.1-bitop-1.0.2-r0.apk >>> lua5.2-bitop*: Tracing dependencies... lua5.2 so:libc.musl-s390x.so.1 >>> lua5.2-bitop*: Package size: 32.0 KB >>> lua5.2-bitop*: Compressing data... >>> lua5.2-bitop*: Create checksum... >>> lua5.2-bitop*: Create lua5.2-bitop-1.0.2-r0.apk >>> lua5.3-bitop*: Tracing dependencies... lua5.3 so:libc.musl-s390x.so.1 >>> lua5.3-bitop*: Package size: 32.0 KB >>> lua5.3-bitop*: Compressing data... >>> lua5.3-bitop*: Create checksum... >>> lua5.3-bitop*: Create lua5.3-bitop-1.0.2-r0.apk >>> lua5.4-bitop*: Tracing dependencies... lua5.4 so:libc.musl-s390x.so.1 >>> lua5.4-bitop*: Package size: 32.0 KB >>> lua5.4-bitop*: Compressing data... >>> lua5.4-bitop*: Create checksum... >>> lua5.4-bitop*: Create lua5.4-bitop-1.0.2-r0.apk >>> lua-bitop: Build complete at Wed, 26 Oct 2022 18:23:34 +0000 elapsed time 0h 0m 20s >>> lua-bitop: Cleaning up srcdir >>> lua-bitop: Cleaning up pkgdir >>> lua-bitop: Uninstalling dependencies... (1/12) Purging .makedepends-lua-bitop (20221026.182328) (2/12) Purging lua5.1-dev (5.1.5-r11) (3/12) Purging lua5.1 (5.1.5-r11) (4/12) Purging lua5.1-libs (5.1.5-r11) (5/12) Purging lua5.2-dev (5.2.4-r10) (6/12) Purging lua5.3-dev (5.3.6-r4) (7/12) Purging lua5.3 (5.3.6-r4) (8/12) Purging lua5.3-libs (5.3.6-r4) (9/12) Purging lua5.4-dev (5.4.4-r6) (10/12) Purging lua5.4 (5.4.4-r6) (11/12) Purging lua5.4-libs (5.4.4-r6) (12/12) Purging linenoise (1.0-r2) Executing busybox-1.35.0-r27.trigger OK: 826 MiB in 115 packages >>> lua-bitop: Updating the community/s390x repository index... >>> lua-bitop: Signing the index...