==> Cloning luarocks ... Cloning into 'luarocks'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring luarocks :: Synchronizing package databases... % 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 132k 100 132k 0 0 391k 0 --:--:-- --:--:-- --:--:-- 392k % 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 8560k 100 8560k 0 0 22.1M 0 --:--:-- --:--:-- --:--:-- 22.1M % 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 142k 100 142k 0 0 417k 0 --:--:-- --:--:-- --:--:-- 416k 100 142k 100 142k 0 0 417k 0 --:--:-- --:--:-- --:--:-- 416k :: Starting full system upgrade... there is nothing to do gpg: key 3FD8F43C2BB3C478: public key "Hisham Muhammad " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: luarocks 3.11.0-1 (Thu Mar 14 10:09:18 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) lua-5.4.6-3 unzip-6.0-20 zip-3.0-11 Total Download Size: 0.66 MiB Total Installed Size: 2.34 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 362k 100 362k 0 0 137M 0 --:--:-- --:--:-- --:--:-- 176M % 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 142k 100 142k 0 0 109M 0 --:--:-- --:--:-- --:--:-- 138M % 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 169k 100 169k 0 0 105M 0 --:--:-- --:--:-- --:--:-- 165M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing lua... installing unzip... installing zip... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading 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 2007 0 --:--:-- --:--:-- --:--:-- 2013 100 270k 100 270k 0 0 2761k 0 --:--:-- --:--:-- --:--:-- 2761k -> Downloading luarocks-3.11.0.tar.gz.asc... % 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 2030 0 --:--:-- --:--:-- --:--:-- 2040 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 9334 0 --:--:-- --:--:-- --:--:-- 813k -> Found luarocks-make-manifest-5.1.hook -> Found luarocks-make-manifest-5.2.hook -> Found luarocks-make-manifest-5.3.hook -> Found luarocks-make-manifest-5.4.hook -> Found luarocks.bash -> Found luarocks.fish -> Found luarocks.zsh -> Found luarocks-admin.bash -> Found luarocks-admin.fish -> Found luarocks-admin.zsh ==> Validating source files with sha512sums... luarocks-3.11.0.tar.gz ... Passed luarocks-3.11.0.tar.gz.asc ... Skipped luarocks-make-manifest-5.1.hook ... Passed luarocks-make-manifest-5.2.hook ... Passed luarocks-make-manifest-5.3.hook ... Passed luarocks-make-manifest-5.4.hook ... Passed luarocks.bash ... Passed luarocks.fish ... Passed luarocks.zsh ... Passed luarocks-admin.bash ... Passed luarocks-admin.fish ... Passed luarocks-admin.zsh ... Passed ==> Verifying source file signatures with gpg... luarocks-3.11.0.tar.gz ... Passed ==> Extracting sources... -> Extracting luarocks-3.11.0.tar.gz with bsdtar ==> Starting build()... Configuring LuaRocks version 3.11.0... Lua version detected: 5.4 Lua interpreter found: /usr/sbin/lua5.4 lua.h found: /usr/include/lua.h unzip found in PATH: /usr/sbin Done configuring. LuaRocks will be installed at......: /usr LuaRocks will install rocks at.....: /usr LuaRocks configuration directory...: /etc/luarocks Using Lua from.....................: /usr * Type make and make install: to install to /usr as usual. * Type make bootstrap: to install LuaRocks into /usr as a rock. mkdir -p "build" mkdir -p "build" mkdir -p "build" (printf '#!/usr/sbin/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" (printf '#!/usr/sbin/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" mkdir -p "build" mkdir -p "build" mkdir -p "build" ==> Entering fakeroot environment... ==> Starting package()... mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/' install -m 644 './build/config-5.4.lua' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/config-5.4.lua' mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/usr/bin/' install './build/luarocks' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/usr/bin/luarocks' install './build/luarocks-admin' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/usr/bin/luarocks-admin' find src/luarocks/ -type d | while read f; \ do \ mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/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" '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/usr/share/lua/5.4'/`echo $f | sed 's,^src/,,'`; \ done mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/' install -m 644 './build/config-5.1.lua' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/config-5.1.lua' mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/' install -m 644 './build/config-5.2.lua' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/config-5.2.lua' mkdir -p '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/' install -m 644 './build/config-5.3.lua' '/tmp/archlinux-ci/luarocks-rb-build-qaPl9ghy/luarocks/pkg/luarocks/etc/luarocks/config-5.3.lua' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "luarocks"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: luarocks 3.11.0-1 (Thu Mar 14 10:09:24 2024)