>>> lua-cjson: Building main/lua-cjson 2.1.0-r11 (using abuild 3.10.0-r2) started Wed, 12 Apr 2023 07:03:04 +0000 >>> lua-cjson: Checking sanity of /home/buildozer/aports/main/lua-cjson/APKBUILD... >>> lua-cjson: Analyzing dependencies... >>> lua-cjson: 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-r12) (2/13) Installing lua5.1 (5.1.5-r12) (3/13) Installing lua5.1-dev (5.1.5-r12) (4/13) Installing lua5.2-dev (5.2.4-r12) (5/13) Installing linenoise (1.0-r3) (6/13) Installing lua5.3-libs (5.3.6-r5) (7/13) Installing lua5.3 (5.3.6-r5) (8/13) Installing lua5.3-dev (5.3.6-r5) (9/13) Installing lua5.4-libs (5.4.4-r8) (10/13) Installing readline (8.2.1-r1) (11/13) Installing lua5.4 (5.4.4-r8) (12/13) Installing lua5.4-dev (5.4.4-r8) (13/13) Installing .makedepends-lua-cjson (20230412.070305) Executing busybox-1.36.0-r6.trigger OK: 385 MiB in 119 packages >>> lua-cjson: Cleaning up srcdir >>> lua-cjson: Cleaning up pkgdir >>> lua-cjson: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lua-cjson-2.1.0.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 86024 100 86024 0 0 848k 0 --:--:-- --:--:-- --:--:-- 857k >>> lua-cjson: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lua-cjson-2.1.0.tar.gz >>> lua-cjson: Checking sha512sums... lua-cjson-2.1.0.tar.gz: OK 0001-Use-pkg-config-to-detect-cflags-or-fallback-to-LUA_I.patch: OK 0002-lua53-integers.patch: OK 0003-empty-array-metadata.patch: OK 0004-Option-for-sorting-object-keys.patch: OK >>> lua-cjson: Unpacking /var/cache/distfiles/edge/lua-cjson-2.1.0.tar.gz... >>> lua-cjson: 0001-Use-pkg-config-to-detect-cflags-or-fallback-to-LUA_I.patch patching file Makefile Hunk #2 succeeded at 81 (offset -1 lines). >>> lua-cjson: 0002-lua53-integers.patch patching file lua_cjson.c Hunk #4 succeeded at 997 (offset -8 lines). Hunk #5 succeeded at 1237 (offset -8 lines). patching file lua_cjson.c patching file lua_cjson.c >>> lua-cjson: 0003-empty-array-metadata.patch patching file lua_cjson.c Hunk #1 succeeded at 497 (offset 3 lines). Hunk #2 succeeded at 705 (offset 4 lines). Hunk #3 succeeded at 1229 (offset 9 lines). patching file lua_cjson.c Hunk #1 succeeded at 500 (offset 3 lines). Hunk #2 succeeded at 695 (offset 4 lines). Hunk #3 succeeded at 1233 (offset 9 lines). Hunk #4 succeeded at 1283 (offset 12 lines). Hunk #5 succeeded at 1381 (offset 12 lines). Hunk #6 succeeded at 1407 (offset 12 lines). Hunk #7 succeeded at 1433 (offset 12 lines). patching file lua_cjson.c Hunk #1 succeeded at 496 (offset 3 lines). Hunk #2 succeeded at 527 (offset 3 lines). Hunk #3 succeeded at 547 (offset 3 lines). Hunk #4 succeeded at 1186 (offset 9 lines). Hunk #5 succeeded at 1240 (offset 9 lines). Hunk #6 succeeded at 1295 (offset 12 lines). Hunk #7 succeeded at 1418 (offset 12 lines). Hunk #8 succeeded at 1430 (offset 12 lines). >>> lua-cjson: 0004-Option-for-sorting-object-keys.patch patching file lua_cjson.c Hunk #1 succeeded at 59 (offset -6 lines). Hunk #2 succeeded at 72 (offset -6 lines). Hunk #3 succeeded at 131 (offset -4 lines). Hunk #4 succeeded at 330 (offset -3 lines). Hunk #5 succeeded at 407 (offset -3 lines). Hunk #6 succeeded at 660 (offset 18 lines). Hunk #7 succeeded at 734 (offset 18 lines). Hunk #8 succeeded at 1466 (offset 46 lines). >>> lua-cjson: Building for Lua 5.1... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.1' gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -fpic -o lua_cjson.o lua_cjson.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -fpic -o strbuf.o strbuf.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -fpic -o fpconv.o fpconv.c In file included from lua_cjson.c:47: fpconv.h:15:20: warning: inline function 'fpconv_init' declared but never defined 15 | extern inline void fpconv_init(); | ^~~~~~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.1' >>> lua-cjson: Building for Lua 5.2... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.2' gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.2 -fpic -o lua_cjson.o lua_cjson.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.2 -fpic -o strbuf.o strbuf.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.2 -fpic -o fpconv.o fpconv.c In file included from lua_cjson.c:47: fpconv.h:15:20: warning: inline function 'fpconv_init' declared but never defined 15 | extern inline void fpconv_init(); | ^~~~~~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.2' >>> lua-cjson: Building for Lua 5.3... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.3' gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.3 -fpic -o lua_cjson.o lua_cjson.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.3 -fpic -o strbuf.o strbuf.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.3 -fpic -o fpconv.o fpconv.c In file included from lua_cjson.c:47: fpconv.h:15:20: warning: inline function 'fpconv_init' declared but never defined 15 | extern inline void fpconv_init(); | ^~~~~~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.3' >>> lua-cjson: Building for Lua 5.4... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.4' gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.4 -fpic -o lua_cjson.o lua_cjson.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.4 -fpic -o strbuf.o strbuf.c gcc -c -Os -fomit-frame-pointer -Wall -pedantic -DNDEBUG -Os -fomit-frame-pointer -I/usr/include/lua5.4 -fpic -o fpconv.o fpconv.c In file included from lua_cjson.c:47: fpconv.h:15:20: warning: inline function 'fpconv_init' declared but never defined 15 | extern inline void fpconv_init(); | ^~~~~~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.4' >>> WARNING: lua-cjson: 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-cjson: Entering fakeroot... >>> lua5.1-cjson*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.1' mkdir -p /home/buildozer/aports/main/lua-cjson/pkg/lua5.1-cjson//usr/lib/lua/5.1 cp cjson.so /home/buildozer/aports/main/lua-cjson/pkg/lua5.1-cjson//usr/lib/lua/5.1 chmod 755 /home/buildozer/aports/main/lua-cjson/pkg/lua5.1-cjson//usr/lib/lua/5.1/cjson.so make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.1' >>> lua5.1-cjson*: Preparing subpackage lua5.1-cjson... >>> lua5.1-cjson*: Stripping binaries >>> lua5.1-cjson*: Running postcheck for lua5.1-cjson >>> lua5.2-cjson*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.2' mkdir -p /home/buildozer/aports/main/lua-cjson/pkg/lua5.2-cjson//usr/lib/lua/5.2 cp cjson.so /home/buildozer/aports/main/lua-cjson/pkg/lua5.2-cjson//usr/lib/lua/5.2 chmod 755 /home/buildozer/aports/main/lua-cjson/pkg/lua5.2-cjson//usr/lib/lua/5.2/cjson.so make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.2' >>> lua5.2-cjson*: Preparing subpackage lua5.2-cjson... >>> lua5.2-cjson*: Stripping binaries >>> lua5.2-cjson*: Running postcheck for lua5.2-cjson >>> lua5.3-cjson*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.3' mkdir -p /home/buildozer/aports/main/lua-cjson/pkg/lua5.3-cjson//usr/lib/lua/5.3 cp cjson.so /home/buildozer/aports/main/lua-cjson/pkg/lua5.3-cjson//usr/lib/lua/5.3 chmod 755 /home/buildozer/aports/main/lua-cjson/pkg/lua5.3-cjson//usr/lib/lua/5.3/cjson.so make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.3' >>> lua5.3-cjson*: Preparing subpackage lua5.3-cjson... >>> lua5.3-cjson*: Stripping binaries >>> lua5.3-cjson*: Running postcheck for lua5.3-cjson >>> lua5.4-cjson*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.4' mkdir -p /home/buildozer/aports/main/lua-cjson/pkg/lua5.4-cjson//usr/lib/lua/5.4 cp cjson.so /home/buildozer/aports/main/lua-cjson/pkg/lua5.4-cjson//usr/lib/lua/5.4 chmod 755 /home/buildozer/aports/main/lua-cjson/pkg/lua5.4-cjson//usr/lib/lua/5.4/cjson.so make: Leaving directory '/home/buildozer/aports/main/lua-cjson/src/lua-cjson-2.1.0-5.4' >>> lua5.4-cjson*: Preparing subpackage lua5.4-cjson... >>> lua5.4-cjson*: Stripping binaries >>> lua5.4-cjson*: Running postcheck for lua5.4-cjson >>> lua-cjson*: Running postcheck for lua-cjson >>> lua-cjson*: Preparing package lua-cjson... >>> lua-cjson*: Stripping binaries >>> WARNING: lua-cjson*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-cjson*: Scanning shared objects >>> lua5.1-cjson*: Scanning shared objects >>> lua5.2-cjson*: Scanning shared objects >>> lua5.3-cjson*: Scanning shared objects >>> lua5.4-cjson*: Scanning shared objects >>> lua-cjson*: Tracing dependencies... >>> lua-cjson*: Package size: 4.0 KB >>> lua-cjson*: Compressing data... >>> lua-cjson*: Create checksum... >>> lua-cjson*: Create lua-cjson-2.1.0-r11.apk >>> lua5.1-cjson*: Tracing dependencies... lua5.1 so:libc.musl-x86.so.1 >>> lua5.1-cjson*: Package size: 72.0 KB >>> lua5.1-cjson*: Compressing data... >>> lua5.1-cjson*: Create checksum... >>> lua5.1-cjson*: Create lua5.1-cjson-2.1.0-r11.apk >>> lua5.2-cjson*: Tracing dependencies... lua5.2 so:libc.musl-x86.so.1 >>> lua5.2-cjson*: Package size: 72.0 KB >>> lua5.2-cjson*: Compressing data... >>> lua5.2-cjson*: Create checksum... >>> lua5.2-cjson*: Create lua5.2-cjson-2.1.0-r11.apk >>> lua5.3-cjson*: Tracing dependencies... lua5.3 so:libc.musl-x86.so.1 >>> lua5.3-cjson*: Package size: 72.0 KB >>> lua5.3-cjson*: Compressing data... >>> lua5.3-cjson*: Create checksum... >>> lua5.3-cjson*: Create lua5.3-cjson-2.1.0-r11.apk >>> lua5.4-cjson*: Tracing dependencies... lua5.4 so:libc.musl-x86.so.1 >>> lua5.4-cjson*: Package size: 72.0 KB >>> lua5.4-cjson*: Compressing data... >>> lua5.4-cjson*: Create checksum... >>> lua5.4-cjson*: Create lua5.4-cjson-2.1.0-r11.apk >>> lua-cjson: Build complete at Wed, 12 Apr 2023 07:03:09 +0000 elapsed time 0h 0m 5s >>> lua-cjson: Cleaning up srcdir >>> lua-cjson: Cleaning up pkgdir >>> lua-cjson: Uninstalling dependencies... (1/13) Purging .makedepends-lua-cjson (20230412.070305) (2/13) Purging lua5.1-dev (5.1.5-r12) (3/13) Purging lua5.1 (5.1.5-r12) (4/13) Purging lua5.1-libs (5.1.5-r12) (5/13) Purging lua5.2-dev (5.2.4-r12) (6/13) Purging lua5.3-dev (5.3.6-r5) (7/13) Purging lua5.3 (5.3.6-r5) (8/13) Purging lua5.3-libs (5.3.6-r5) (9/13) Purging lua5.4-dev (5.4.4-r8) (10/13) Purging lua5.4 (5.4.4-r8) (11/13) Purging lua5.4-libs (5.4.4-r8) (12/13) Purging linenoise (1.0-r3) (13/13) Purging readline (8.2.1-r1) Executing busybox-1.36.0-r6.trigger OK: 380 MiB in 106 packages >>> lua-cjson: Updating the main/x86 repository index... >>> lua-cjson: Signing the index...