>>> acf-core: Building main/acf-core 0.24.0-r0 (using abuild 3.14.0-r0) started Tue, 15 Oct 2024 15:22:14 +0000 >>> acf-core: Validating /home/buildozer/aports/main/acf-core/APKBUILD... >>> WARNING: acf-core: Setting the maintainer with a comment is deprecated. Use maintainer="Ted Trask " instead >>> 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/12) Installing acf-jquery (0.4.3-r2) (2/12) Installing lua-subprocess (0_git20230625-r1) (3/12) Installing acf-lib (0.11.1-r0) (4/12) Installing acf-skins (0.6.0-r3) (5/12) Installing haserl-lua5.4 (0.9.36-r4) (6/12) Installing acf-lib-lua5.4 (0.11.1-r0) (7/12) Installing lua5.4-subprocess (0_git20230625-r1) (8/12) Installing lua5.4-bit32 (5.3.0-r6) (9/12) Installing lua5.4-posix (36.2.1-r0) (10/12) Installing lua5.4-md5 (1.3-r2) (11/12) Installing lua-json4 (1.0.1-r0) (12/12) Installing .makedepends-acf-core (20241015.152215) Executing busybox-1.36.1-r32.trigger OK: 397 MiB in 111 packages >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Cleaning up tmpdir >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/acf-core-v0.24.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> acf-core: Fetching https://gitlab.alpinelinux.org/acf/acf-core/-/archive/v0.24.0/acf-core-v0.24.0.tar.gz Connecting to gitlab.alpinelinux.org ([2a01:7e01:e001:15a:1::2]:443) saving to '/var/cache/distfiles/v3.21/acf-core-v0.24.0.tar.gz.part' acf-core-v0.24.0.tar 100% |********************************| 45697 0:00:00 ETA '/var/cache/distfiles/v3.21/acf-core-v0.24.0.tar.gz.part' saved >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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/v3.21/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-jquery acf-lib acf-skins haserl-lua5.4 lua5.4 lua5.4-posix lua5.4-md5 lua-json4 lua5.4-subprocess /bin/sh >>> acf-core*: Package size: 165.5 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, 15 Oct 2024 15:22:16 +0000 elapsed time 0h 0m 2s >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Uninstalling dependencies... (1/12) Purging .makedepends-acf-core (20241015.152215) (2/12) Purging acf-jquery (0.4.3-r2) (3/12) Purging acf-lib-lua5.4 (0.11.1-r0) (4/12) Purging acf-lib (0.11.1-r0) (5/12) Purging lua-subprocess (0_git20230625-r1) (6/12) Purging acf-skins (0.6.0-r3) (7/12) Purging haserl-lua5.4 (0.9.36-r4) (8/12) Purging lua5.4-posix (36.2.1-r0) (9/12) Purging lua5.4-bit32 (5.3.0-r6) (10/12) Purging lua5.4-md5 (1.3-r2) (11/12) Purging lua-json4 (1.0.1-r0) (12/12) Purging lua5.4-subprocess (0_git20230625-r1) Executing busybox-1.36.1-r32.trigger OK: 393 MiB in 99 packages >>> acf-core: Updating the main/aarch64 repository index... >>> acf-core: Signing the index...