>>> luarocks: Building community/luarocks 3.11.0-r0 (using abuild 3.12.0-r5) started Sun, 31 Mar 2024 11:44:33 +0000 >>> luarocks: Checking sanity of /home/buildozer/aports/community/luarocks/APKBUILD... >>> luarocks: Analyzing dependencies... >>> luarocks: Installing for build: build-base curl 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-r5) (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.10-r0) (11/13) Installing lua5.4 (5.4.6-r1) (12/13) Installing lua5.4-dev (5.4.6-r1) (13/13) Installing .makedepends-luarocks (20240331.114436) Executing busybox-1.36.1-r24.trigger OK: 250 MiB in 115 packages >>> luarocks: Cleaning up srcdir >>> luarocks: Cleaning up pkgdir >>> luarocks: Cleaning up tmpdir >>> luarocks: Fetching https://distfiles.alpinelinux.org/distfiles/edge/luarocks-3.11.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> luarocks: Fetching https://luarocks.org/releases/luarocks-3.11.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 151 100 151 0 0 196 0 --:--:-- --:--:-- --:--:-- 197 0 270k 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 270k 100 270k 0 0 244k 0 0:00:01 0:00:01 --:--:-- 11.4M >>> luarocks: Fetching https://distfiles.alpinelinux.org/distfiles/edge/luarocks-3.11.0.tar.gz >>> luarocks: Checking sha512sums... luarocks-3.11.0.tar.gz: OK prefer-curl-to-wget.patch: OK config.lua: OK >>> luarocks: Unpacking /var/cache/distfiles/luarocks-3.11.0.tar.gz... >>> luarocks: prefer-curl-to-wget.patch patching file src/luarocks/fs/tools.lua >>> luarocks: Building for Lua 5.1... Configuring LuaRocks version 3.11.0... Lua interpreter found: /usr/bin/lua5.1 Checking if /usr/bin/lua5.1 is Lua version 5.1... yes lua.h found: /usr/include/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr/local LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr Lua include directory..............: /usr/include Lua lib directory..................: /usr/lib * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr/local as a rock. mkdir -p "build" mkdir -p "build" (printf '#!/usr/bin/lua5.1\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.1/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "build" (printf '#!/usr/bin/lua5.1\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.1/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" >>> luarocks: Building for Lua 5.2... Configuring LuaRocks version 3.11.0... Lua interpreter found: /usr/bin/lua5.2 Checking if /usr/bin/lua5.2 is Lua version 5.2... yes lua.h found: /usr/include/lua5.2/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr/local LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr Lua include directory..............: /usr/include/lua5.2 Lua lib directory..................: /usr/lib/lua5.2 * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr/local as a rock. mkdir -p "build" mkdir -p "build" (printf '#!/usr/bin/lua5.2\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.2/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.2/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "build" (printf '#!/usr/bin/lua5.2\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.2/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.2/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" >>> luarocks: Building for Lua 5.3... Configuring LuaRocks version 3.11.0... Lua interpreter found: /usr/bin/lua5.3 Checking if /usr/bin/lua5.3 is Lua version 5.3... yes lua.h found: /usr/include/lua5.3/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr/local LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr Lua include directory..............: /usr/include/lua5.3 Lua lib directory..................: /usr/lib/lua5.3 * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr/local as a rock. mkdir -p "build" mkdir -p "build" (printf '#!/usr/bin/lua5.3\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.3/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.3/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "build" (printf '#!/usr/bin/lua5.3\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.3/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.3/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" >>> luarocks: Building for Lua 5.4... Configuring LuaRocks version 3.11.0... Lua interpreter found: /usr/bin/lua5.4 Checking if /usr/bin/lua5.4 is Lua version 5.4... yes lua.h found: /usr/include/lua5.4/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr/local LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr Lua include directory..............: /usr/include/lua5.4 Lua lib directory..................: /usr/lib/lua5.4 * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr/local as a rock. mkdir -p "build" mkdir -p "build" (printf '#!/usr/bin/lua5.4\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.4/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.4/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "build" (printf '#!/usr/bin/lua5.4\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/etc/luarocks]] }\n'\ 'package.path=[[/usr/share/lua/5.4/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/usr/share/lua/5.4/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" >>> WARNING: luarocks: 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. >>> luarocks: Entering fakeroot... >>> luarocks5.1*: Running split function _subpackage... mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/etc/luarocks/' install -m 644 './build/config-5.1.lua' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/etc/luarocks/config-5.1.lua' mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/usr/bin/' install './build/luarocks' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/usr/bin/luarocks' install './build/luarocks-admin' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/usr/share/lua/5.1'/`echo $f | sed 's,^src/,,'`; \ done find src/luarocks/ -type f -name '*.lua' | while read f; \ do \ install -m 644 "$f" '/home/buildozer/aports/community/luarocks/pkg/luarocks5.1/usr/share/lua/5.1'/`echo $f | sed 's,^src/,,'`; \ done >>> luarocks5.1*: Preparing subpackage luarocks5.1... >>> luarocks5.1*: Script found. /bin/sh added as a dependency for luarocks5.1-3.11.0-r0.apk >>> luarocks5.1*: Adding .trigger >>> luarocks5.1*: Running postcheck for luarocks5.1 >>> luarocks5.2*: Running split function _subpackage... mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/etc/luarocks/' install -m 644 './build/config-5.2.lua' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/etc/luarocks/config-5.2.lua' mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/usr/bin/' install './build/luarocks' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/usr/bin/luarocks' install './build/luarocks-admin' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/usr/share/lua/5.2'/`echo $f | sed 's,^src/,,'`; \ done find src/luarocks/ -type f -name '*.lua' | while read f; \ do \ install -m 644 "$f" '/home/buildozer/aports/community/luarocks/pkg/luarocks5.2/usr/share/lua/5.2'/`echo $f | sed 's,^src/,,'`; \ done >>> luarocks5.2*: Preparing subpackage luarocks5.2... >>> luarocks5.2*: Script found. /bin/sh added as a dependency for luarocks5.2-3.11.0-r0.apk >>> luarocks5.2*: Adding .trigger >>> luarocks5.2*: Running postcheck for luarocks5.2 >>> luarocks5.3*: Running split function _subpackage... mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/etc/luarocks/' install -m 644 './build/config-5.3.lua' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/etc/luarocks/config-5.3.lua' mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/usr/bin/' install './build/luarocks' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/usr/bin/luarocks' install './build/luarocks-admin' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/usr/share/lua/5.3'/`echo $f | sed 's,^src/,,'`; \ done find src/luarocks/ -type f -name '*.lua' | while read f; \ do \ install -m 644 "$f" '/home/buildozer/aports/community/luarocks/pkg/luarocks5.3/usr/share/lua/5.3'/`echo $f | sed 's,^src/,,'`; \ done >>> luarocks5.3*: Preparing subpackage luarocks5.3... >>> luarocks5.3*: Script found. /bin/sh added as a dependency for luarocks5.3-3.11.0-r0.apk >>> luarocks5.3*: Adding .trigger >>> luarocks5.3*: Running postcheck for luarocks5.3 >>> luarocks5.4*: Running split function _subpackage... mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/etc/luarocks/' install -m 644 './build/config-5.4.lua' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/etc/luarocks/config-5.4.lua' mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/usr/bin/' install './build/luarocks' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/usr/bin/luarocks' install './build/luarocks-admin' '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \ done find src/luarocks/ -type f -name '*.lua' | while read f; \ do \ install -m 644 "$f" '/home/buildozer/aports/community/luarocks/pkg/luarocks5.4/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \ done >>> luarocks5.4*: Preparing subpackage luarocks5.4... >>> luarocks5.4*: Script found. /bin/sh added as a dependency for luarocks5.4-3.11.0-r0.apk >>> luarocks5.4*: Adding .trigger >>> luarocks5.4*: Running postcheck for luarocks5.4 >>> luarocks*: Running postcheck for luarocks >>> luarocks*: Preparing package luarocks... >>> luarocks*: Tracing dependencies... >>> luarocks*: Package size: 4.0 KB >>> luarocks*: Compressing data... >>> luarocks*: Create checksum... >>> luarocks*: Create luarocks-3.11.0-r0.apk >>> luarocks5.1*: Tracing dependencies... >>> luarocks5.1*: Package size: 1.0 MB >>> luarocks5.1*: Compressing data... >>> luarocks5.1*: Create checksum... >>> luarocks5.1*: Create luarocks5.1-3.11.0-r0.apk >>> luarocks5.2*: Tracing dependencies... >>> luarocks5.2*: Package size: 1.0 MB >>> luarocks5.2*: Compressing data... >>> luarocks5.2*: Create checksum... >>> luarocks5.2*: Create luarocks5.2-3.11.0-r0.apk >>> luarocks5.3*: Tracing dependencies... >>> luarocks5.3*: Package size: 1.0 MB >>> luarocks5.3*: Compressing data... >>> luarocks5.3*: Create checksum... >>> luarocks5.3*: Create luarocks5.3-3.11.0-r0.apk >>> luarocks5.4*: Tracing dependencies... >>> luarocks5.4*: Package size: 1.0 MB >>> luarocks5.4*: Compressing data... >>> luarocks5.4*: Create checksum... >>> luarocks5.4*: Create luarocks5.4-3.11.0-r0.apk >>> luarocks: Build complete at Sun, 31 Mar 2024 11:44:45 +0000 elapsed time 0h 0m 12s >>> luarocks: Cleaning up srcdir >>> luarocks: Cleaning up pkgdir >>> luarocks: Uninstalling dependencies... (1/13) Purging .makedepends-luarocks (20240331.114436) (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-r5) (13/13) Purging readline (8.2.10-r0) Executing busybox-1.36.1-r24.trigger OK: 228 MiB in 102 packages >>> luarocks: Updating the community/riscv64 repository index... >>> luarocks: Signing the index...