>>> acf-core: Building main/acf-core 0.24.0-r0 (using abuild 3.11.19-r0) started Tue, 27 Jun 2023 22:27:54 +0000 >>> acf-core: Checking sanity of /home/buildozer/aports/main/acf-core/APKBUILD... >>> acf-core: Analyzing dependencies... >>> acf-core: Installing for build: build-base acf-jquery acf-lib acf-skins haserl-lua5.4 lua5.4 lua5.4-posix lua5.4-md5 lua-json4 lua5.4-subprocess (1/17) Installing acf-jquery (0.4.3-r2) (2/17) Installing lua-subprocess (0_git20230625-r0) (3/17) Installing acf-lib (0.11.1-r0) (4/17) Installing acf-skins (0.6.0-r3) (5/17) Installing lua5.4-libs (5.4.6-r0) (6/17) Installing haserl-lua5.4 (0.9.36-r4) (7/17) Installing readline (8.2.1-r2) (8/17) Installing lua5.4 (5.4.6-r0) (9/17) Installing acf-lib-lua5.4 (0.11.1-r0) (10/17) Installing lua5.4-subprocess (0_git20230625-r0) (11/17) Installing lua5.4-bit32 (5.3.0-r5) (12/17) Installing lua5.4-posix (36.2.1-r0) (13/17) Installing lua5.4-md5 (1.3-r2) (14/17) Installing lua-json4 (1.0.0-r4) (15/17) Installing .makedepends-acf-core (20230627.222756) (16/17) Installing acf-lib-lua5.2 (0.11.1-r0) (17/17) Installing lua5.2-subprocess (0_git20230625-r0) Executing busybox-1.36.1-r1.trigger OK: 917 MiB in 125 packages >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Cleaning up tmpdir >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/edge/acf-core-v0.24.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 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 >>> acf-core: Fetching https://gitlab.alpinelinux.org/acf/acf-core/-/archive/v0.24.0/acf-core-v0.24.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 45697 100 45697 0 0 100k 0 --:--:-- --:--:-- --:--:-- 103k >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/edge/acf-core-v0.24.0.tar.gz >>> acf-core: Checking sha512sums... acf-core-v0.24.0.tar.gz: OK >>> acf-core: Unpacking /var/cache/distfiles/acf-core-v0.24.0.tar.gz... >>> acf-core: Entering fakeroot... target=`echo install-recursive | sed 's/-recursive//'`;\ for dir in app bin lib lua www; do\ ( cd $dir && make $target ) || exit 1;\ done make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/app' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/app for i in acf-util/acf-util.roles acf-util/logon-controller.lua acf-util/logon-model.lua acf-util/password-controller.lua acf-util/password-listlockevents-html.lsp acf-util/password-model.lua acf-util/password-status-html.lsp acf-util/password.menu acf-util/roles-controller.lua acf-util/roles-getpermslist-html.lsp acf-util/roles-model.lua acf-util/roles-read-html.lsp acf-util/roles-viewroleperms-html.lsp acf-util/roles-viewroles-html.lsp acf-util/roles-viewuserroles-html.lsp acf-util/roles.menu acf-util/skins-controller.lua acf-util/skins-model.lua acf-util/skins.menu acf-util/welcome-controller.lua acf-util/welcome-html.lsp acf_www-controller.lua acf_cli-controller.lua menuhints.menu template-json.lsp template-html.lsp template-stream.lsp dispatcherror-html.lsp exception-html.lsp status-html.lsp filedetails-html.lsp expert-html.lsp debug-html.lsp logfile-html.lsp ; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/app/$i"`;\ mkdir -p "$dest";\ cp "$i" "$dest";\ done make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/app' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/bin' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/bin for i in acf-cli acfpasswd; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/bin/$i"`;\ install -Dm755 "$i" "$dest"/$i ;\ done chmod 700 /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/bin/acf-cli make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/bin' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/lib' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/lib for i in menubuilder.lua session.lua authenticator.lua authenticator-plaintext.lua roles.lua htmlviewfunctions.lua modelfunctions.lua ; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/lib/$i"`;\ mkdir -p "$dest";\ cp "$i" "$dest";\ done make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/lib' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/lua' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/lua/5.4/acf for i in mvc.lua ; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/lua/5.4/acf/$i"`;\ mkdir -p "$dest";\ cp "$i" "$dest";\ done make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/lua' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/www' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/www for i in cgi-bin/acf cgi-bin/mvc.lua cgi-bin/cli index.html ; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/www/$i"`;\ mkdir -p "$dest";\ cp "$i" "$dest";\ done chmod 755 /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/www/cgi-bin/acf \ /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/www/cgi-bin/cli make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.24.0/www' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core/etc/acf cp acf.conf /home/buildozer/aports/main/acf-core/pkg/acf-core/etc/acf mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core/etc/logrotate.d cp acf /home/buildozer/aports/main/acf-core/pkg/acf-core/etc/logrotate.d ln -sf /etc/acf/skins /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/acf/www/userskins >>> acf-core*: Running postcheck for acf-core >>> acf-core*: Preparing package acf-core... >>> acf-core*: Script found. /bin/sh added as a dependency for acf-core-0.24.0-r0.apk >>> acf-core*: Adding .post-upgrade >>> acf-core*: Tracing dependencies... >>> acf-core*: Package size: 364.0 KB >>> acf-core*: Compressing data... >>> acf-core*: Create checksum... >>> acf-core*: Create acf-core-0.24.0-r0.apk >>> acf-core: Build complete at Tue, 27 Jun 2023 22:28:03 +0000 elapsed time 0h 0m 9s >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Uninstalling dependencies... (1/17) Purging .makedepends-acf-core (20230627.222756) (2/17) Purging acf-jquery (0.4.3-r2) (3/17) Purging acf-lib-lua5.4 (0.11.1-r0) (4/17) Purging acf-lib-lua5.2 (0.11.1-r0) (5/17) Purging acf-lib (0.11.1-r0) (6/17) Purging lua5.2-subprocess (0_git20230625-r0) (7/17) Purging lua-subprocess (0_git20230625-r0) (8/17) Purging acf-skins (0.6.0-r3) (9/17) Purging haserl-lua5.4 (0.9.36-r4) (10/17) Purging lua5.4-posix (36.2.1-r0) (11/17) Purging lua5.4-bit32 (5.3.0-r5) (12/17) Purging lua-json4 (1.0.0-r4) (13/17) Purging lua5.4 (5.4.6-r0) (14/17) Purging lua5.4-md5 (1.3-r2) (15/17) Purging lua5.4-subprocess (0_git20230625-r0) (16/17) Purging lua5.4-libs (5.4.6-r0) (17/17) Purging readline (8.2.1-r2) Executing busybox-1.36.1-r1.trigger OK: 914 MiB in 108 packages >>> acf-core: Updating the main/riscv64 repository index... >>> acf-core: Signing the index...