>>> lua-pty: Building main/lua-pty 1.2.2-r3 (using abuild 3.12.0-r0) started Fri, 20 Oct 2023 15:47:02 +0000
>>> lua-pty: Checking sanity of /home/buildozer/aports/main/lua-pty/APKBUILD...
>>> lua-pty: Analyzing dependencies...
>>> lua-pty: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev
(1/13) Installing lua5.1-libs (5.1.5-r13)
(2/13) Installing lua5.1 (5.1.5-r13)
(3/13) Installing lua5.1-dev (5.1.5-r13)
(4/13) Installing lua5.2-dev (5.2.4-r13)
(5/13) Installing linenoise (1.0-r4)
(6/13) Installing lua5.3-libs (5.3.6-r6)
(7/13) Installing lua5.3 (5.3.6-r6)
(8/13) Installing lua5.3-dev (5.3.6-r6)
(9/13) Installing lua5.4-libs (5.4.6-r1)
(10/13) Installing readline (8.2.1-r2)
(11/13) Installing lua5.4 (5.4.6-r1)
(12/13) Installing lua5.4-dev (5.4.6-r1)
(13/13) Installing .makedepends-lua-pty (20231020.154702)
Executing busybox-1.36.1-r13.trigger
OK: 478 MiB in 119 packages
>>> lua-pty: Cleaning up srcdir
>>> lua-pty: Cleaning up pkgdir
>>> lua-pty: Cleaning up tmpdir
>>> lua-pty: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/lua-pty-1.2.2.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   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> lua-pty: Fetching lua-pty-1.2.2.tar.gz::https://codeberg.org/gnarz/lpty/archive/version_1.2.2.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
100 23389  100 23389    0     0  96517      0 --:--:-- --:--:-- --:--:-- 96251
>>> lua-pty: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/lua-pty-1.2.2.tar.gz
>>> lua-pty: Checking sha512sums...
lua-pty-1.2.2.tar.gz: OK
>>> lua-pty: Unpacking /var/cache/distfiles/v3.19/lua-pty-1.2.2.tar.gz...
>>> lua-pty: Building for Lua 5.1...
lua5.1 mkinc.lua `basename expectsrc.inc .inc`
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include -c lpty.c -o lpty.o
gcc -shared  -o lpty.so -L/usr/lib lpty.o
>>> lua-pty: Building for Lua 5.2...
lua5.2 mkinc.lua `basename expectsrc.inc .inc`
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/lua5.2 -c lpty.c -o lpty.o
gcc -shared  -o lpty.so -L/usr/lib/lua5.2 lpty.o
>>> lua-pty: Building for Lua 5.3...
lua5.3 mkinc.lua `basename expectsrc.inc .inc`
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/lua5.3 -c lpty.c -o lpty.o
gcc -shared  -o lpty.so -L/usr/lib/lua5.3 lpty.o
>>> lua-pty: Building for Lua 5.4...
lua5.4 mkinc.lua `basename expectsrc.inc .inc`
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/lua5.4 -c lpty.c -o lpty.o
gcc -shared  -o lpty.so -L/usr/lib/lua5.4 lpty.o
>>> WARNING: lua-pty: 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.
>>> lua-pty: Entering fakeroot...
>>> lua5.1-pty*: Running split function _subpackage...
mkdir -p /home/buildozer/aports/main/lua-pty/pkg/lua5.1-pty/usr/lib/lua/5.1
cp lpty.so /home/buildozer/aports/main/lua-pty/pkg/lua5.1-pty/usr/lib/lua/5.1
>>> lua5.1-pty*: Preparing subpackage lua5.1-pty...
>>> lua5.1-pty*: Stripping binaries
>>> lua5.1-pty*: Running postcheck for lua5.1-pty
>>> lua5.2-pty*: Running split function _subpackage...
mkdir -p /home/buildozer/aports/main/lua-pty/pkg/lua5.2-pty/usr/lib/lua/5.2
cp lpty.so /home/buildozer/aports/main/lua-pty/pkg/lua5.2-pty/usr/lib/lua/5.2
>>> lua5.2-pty*: Preparing subpackage lua5.2-pty...
>>> lua5.2-pty*: Stripping binaries
>>> lua5.2-pty*: Running postcheck for lua5.2-pty
>>> lua5.3-pty*: Running split function _subpackage...
mkdir -p /home/buildozer/aports/main/lua-pty/pkg/lua5.3-pty/usr/lib/lua/5.3
cp lpty.so /home/buildozer/aports/main/lua-pty/pkg/lua5.3-pty/usr/lib/lua/5.3
>>> lua5.3-pty*: Preparing subpackage lua5.3-pty...
>>> lua5.3-pty*: Stripping binaries
>>> lua5.3-pty*: Running postcheck for lua5.3-pty
>>> lua5.4-pty*: Running split function _subpackage...
mkdir -p /home/buildozer/aports/main/lua-pty/pkg/lua5.4-pty/usr/lib/lua/5.4
cp lpty.so /home/buildozer/aports/main/lua-pty/pkg/lua5.4-pty/usr/lib/lua/5.4
>>> lua5.4-pty*: Preparing subpackage lua5.4-pty...
>>> lua5.4-pty*: Stripping binaries
>>> lua5.4-pty*: Running postcheck for lua5.4-pty
>>> lua-pty*: Running postcheck for lua-pty
>>> lua-pty*: Preparing package lua-pty...
>>> lua-pty*: Stripping binaries
>>> WARNING: lua-pty*: No arch specific binaries found so arch should probably be set to "noarch"
>>> lua-pty*: Scanning shared objects
>>> lua5.1-pty*: Scanning shared objects
>>> lua5.2-pty*: Scanning shared objects
>>> lua5.3-pty*: Scanning shared objects
>>> lua5.4-pty*: Scanning shared objects
>>> lua-pty*: Tracing dependencies...
>>> lua-pty*: Package size: 4.0 KB
>>> lua-pty*: Compressing data...
>>> lua-pty*: Create checksum...
>>> lua-pty*: Create lua-pty-1.2.2-r3.apk
>>> lua5.1-pty*: Tracing dependencies...
	lua5.1
	so:libc.musl-x86_64.so.1
>>> lua5.1-pty*: Package size: 68.0 KB
>>> lua5.1-pty*: Compressing data...
>>> lua5.1-pty*: Create checksum...
>>> lua5.1-pty*: Create lua5.1-pty-1.2.2-r3.apk
>>> lua5.2-pty*: Tracing dependencies...
	lua5.2
	so:libc.musl-x86_64.so.1
>>> lua5.2-pty*: Package size: 68.0 KB
>>> lua5.2-pty*: Compressing data...
>>> lua5.2-pty*: Create checksum...
>>> lua5.2-pty*: Create lua5.2-pty-1.2.2-r3.apk
>>> lua5.3-pty*: Tracing dependencies...
	lua5.3
	so:libc.musl-x86_64.so.1
>>> lua5.3-pty*: Package size: 68.0 KB
>>> lua5.3-pty*: Compressing data...
>>> lua5.3-pty*: Create checksum...
>>> lua5.3-pty*: Create lua5.3-pty-1.2.2-r3.apk
>>> lua5.4-pty*: Tracing dependencies...
	lua5.4
	so:libc.musl-x86_64.so.1
>>> lua5.4-pty*: Package size: 68.0 KB
>>> lua5.4-pty*: Compressing data...
>>> lua5.4-pty*: Create checksum...
>>> lua5.4-pty*: Create lua5.4-pty-1.2.2-r3.apk
>>> lua-pty: Build complete at Fri, 20 Oct 2023 15:47:07 +0000 elapsed time 0h 0m 5s
>>> lua-pty: Cleaning up srcdir
>>> lua-pty: Cleaning up pkgdir
>>> lua-pty: Uninstalling dependencies...
(1/13) Purging .makedepends-lua-pty (20231020.154702)
(2/13) Purging lua5.1-dev (5.1.5-r13)
(3/13) Purging lua5.1 (5.1.5-r13)
(4/13) Purging lua5.1-libs (5.1.5-r13)
(5/13) Purging lua5.2-dev (5.2.4-r13)
(6/13) Purging lua5.3-dev (5.3.6-r6)
(7/13) Purging lua5.3 (5.3.6-r6)
(8/13) Purging lua5.3-libs (5.3.6-r6)
(9/13) Purging lua5.4-dev (5.4.6-r1)
(10/13) Purging lua5.4 (5.4.6-r1)
(11/13) Purging lua5.4-libs (5.4.6-r1)
(12/13) Purging linenoise (1.0-r4)
(13/13) Purging readline (8.2.1-r2)
Executing busybox-1.36.1-r13.trigger
OK: 472 MiB in 106 packages
>>> lua-pty: Updating the main/x86_64 repository index...
>>> lua-pty: Signing the index...