>>> acf-core: Building main/acf-core 0.22.0-r2 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 21:30:13 +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.2 lua5.2 lua5.2-posix lua5.2-md5 lua-json4 lua5.2-subprocess (1/11) Installing acf-jquery (0.4.3-r2) (2/11) Installing lua-subprocess (0.0.20141229-r4) (3/11) Installing acf-lib (0.11.0-r2) (4/11) Installing acf-skins (0.6.0-r3) (5/11) Installing haserl-lua5.2 (0.9.36-r0) (6/11) Installing acf-lib-lua5.2 (0.11.0-r2) (7/11) Installing lua5.2-subprocess (0.0.20141229-r4) (8/11) Installing lua5.2-posix (35.1-r0) (9/11) Installing lua5.2-md5 (1.3-r1) (10/11) Installing lua-json4 (1.0.0-r4) (11/11) Installing .makedepends-acf-core (20211016.213014) Executing busybox-1.34.1-r0.trigger OK: 344 MiB in 100 packages >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/acf-core-v0.22.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 curl: (22) The requested URL returned error: 404 >>> acf-core: Fetching https://gitlab.alpinelinux.org/acf/acf-core/-/archive/v0.22.0/acf-core-v0.22.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 45562 0 45562 0 0 285k 0 --:--:-- --:--:-- --:--:-- 287k >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/acf-core-v0.22.0.tar.gz >>> acf-core: Checking sha512sums... acf-core-v0.22.0.tar.gz: OK >>> acf-core: Unpacking /var/cache/distfiles/v3.15/acf-core-v0.22.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.22.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.22.0/app' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.22.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.22.0/bin' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.22.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.22.0/lib' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.22.0/lua' mkdir -p /home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/lua/5.2/acf for i in mvc.lua ; do\ dest=`dirname "/home/buildozer/aports/main/acf-core/pkg/acf-core//usr/share/lua/5.2/acf/$i"`;\ mkdir -p "$dest";\ cp "$i" "$dest";\ done make[1]: Leaving directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.22.0/lua' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-v0.22.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.22.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.22.0-r2.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.22.0-r2.apk >>> acf-core: Build complete at Sat, 16 Oct 2021 21:30:14 +0000 elapsed time 0h 0m 1s >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Uninstalling dependencies... (1/11) Purging acf-lib-lua5.2 (0.11.0-r2) (2/11) Purging .makedepends-acf-core (20211016.213014) (3/11) Purging acf-jquery (0.4.3-r2) (4/11) Purging acf-lib (0.11.0-r2) (5/11) Purging lua-subprocess (0.0.20141229-r4) (6/11) Purging acf-skins (0.6.0-r3) (7/11) Purging haserl-lua5.2 (0.9.36-r0) (8/11) Purging lua5.2-posix (35.1-r0) (9/11) Purging lua5.2-md5 (1.3-r1) (10/11) Purging lua-json4 (1.0.0-r4) (11/11) Purging lua5.2-subprocess (0.0.20141229-r4) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> acf-core: Updating the main/x86_64 repository index... >>> acf-core: Signing the index...