>>> acf-core: Building main/acf-core 0.22.0-r1 (using abuild 3.7.0_rc1-r2) started Mon, 04 Jan 2021 09:55:48 +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-r1) (2/11) Installing lua-subprocess (0.0.20141229-r3) (3/11) Installing acf-lib (0.11.0-r1) (4/11) Installing acf-skins (0.6.0-r2) (5/11) Installing haserl-lua5.2 (0.9.35-r1) (6/11) Installing acf-lib-lua5.2 (0.11.0-r1) (7/11) Installing lua5.2-subprocess (0.0.20141229-r3) (8/11) Installing lua5.2-posix (33.4.0-r1) (9/11) Installing lua5.2-md5 (1.3-r0) (10/11) Installing lua-json4 (1.0.0-r3) (11/11) Installing .makedepends-acf-core (20210104.095548) Executing busybox-1.32.0-r8.trigger OK: 312 MiB in 97 packages >>> acf-core: Cleaning up srcdir >>> acf-core: Cleaning up pkgdir >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/acf-core-0.22.0.tar.xz >>> acf-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/acf-core-0.22.0.tar.xz >>> acf-core: Checking sha512sums... acf-core-0.22.0.tar.xz: OK >>> acf-core: Unpacking /var/cache/distfiles/v3.13/acf-core-0.22.0.tar.xz... >>> WARNING: acf-core: 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. >>> 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-0.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-0.22.0/app' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-0.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-0.22.0/bin' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-0.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-0.22.0/lib' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-0.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-0.22.0/lua' make[1]: Entering directory '/home/buildozer/aports/main/acf-core/src/acf-core-0.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-0.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-r1.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-r1.apk >>> acf-core: Build complete at Mon, 04 Jan 2021 09:55:49 +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-r1) (2/11) Purging .makedepends-acf-core (20210104.095548) (3/11) Purging acf-jquery (0.4.3-r1) (4/11) Purging acf-lib (0.11.0-r1) (5/11) Purging lua-subprocess (0.0.20141229-r3) (6/11) Purging acf-skins (0.6.0-r2) (7/11) Purging haserl-lua5.2 (0.9.35-r1) (8/11) Purging lua5.2-posix (33.4.0-r1) (9/11) Purging lua5.2-md5 (1.3-r0) (10/11) Purging lua-json4 (1.0.0-r3) (11/11) Purging lua5.2-subprocess (0.0.20141229-r3) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> acf-core: Updating the main/x86 repository index... >>> acf-core: Signing the index...