>>> py3-lxc: Building main/py3-lxc 5.0.0-r5 (using abuild 3.17.0_rc1-r1) started Fri, 17 Apr 2026 20:37:50 +0000 >>> py3-lxc: Validating /home/buildozer/aports/main/py3-lxc/APKBUILD... >>> py3-lxc: Analyzing dependencies... >>> py3-lxc: Installing for build: build-base python3 lxc-dev python3-dev py3-gpep517 py3-setuptools py3-wheel ( 1/36) Installing libbz2 (1.0.8-r6) ( 2/36) Installing libffi (3.5.2-r1) ( 3/36) Installing gdbm (1.26-r0) ( 4/36) Installing xz-libs (5.8.2-r0) ( 5/36) Installing mpdecimal (4.0.1-r0) ( 6/36) Installing ncurses-terminfo-base (6.6_p20260404-r0) ( 7/36) Installing libncursesw (6.6_p20260404-r0) ( 8/36) Installing libpanelw (6.6_p20260404-r0) ( 9/36) Installing readline (8.3.3-r1) (10/36) Installing sqlite-libs (3.53.0-r0) (11/36) Installing python3 (3.14.3-r0) (12/36) Installing python3-pycache-pyc0 (3.14.3-r0) (13/36) Installing pyc (3.14.3-r0) (14/36) Installing python3-pyc (3.14.3-r0) (15/36) Installing dbus-libs (1.16.2-r2) (16/36) Installing libseccomp (2.6.0-r2) (17/36) Installing lxc-libs (6.0.6-r0) (18/36) Installing dbus-dev (1.16.2-r2) (19/36) Installing linux-headers (7.0.0-r0) (20/36) Installing libcap-dev (2.78-r0) (21/36) Installing libseccomp-dev (2.6.0-r2) (22/36) Installing lxc-dev (6.0.6-r0) (23/36) Installing python3-dev (3.14.3-r0) (24/36) Installing py3-installer (1.0.0-r0) (25/36) Installing py3-installer-pyc (1.0.0-r0) (26/36) Installing py3-gpep517 (19-r2) (27/36) Installing py3-gpep517-pyc (19-r2) (28/36) Installing py3-parsing (3.3.2-r1) (29/36) Installing py3-parsing-pyc (3.3.2-r1) (30/36) Installing py3-packaging (26.0-r1) (31/36) Installing py3-packaging-pyc (26.0-r1) (32/36) Installing py3-setuptools (82.0.1-r1) (33/36) Installing py3-setuptools-pyc (82.0.1-r1) (34/36) Installing py3-wheel (0.46.3-r1) (35/36) Installing py3-wheel-pyc (0.46.3-r1) (36/36) Installing .makedepends-py3-lxc (20260417.203751) Executing busybox-1.37.0-r31.trigger OK: 551.9 MiB in 135 packages >>> py3-lxc: Cleaning up srcdir >>> py3-lxc: Cleaning up pkgdir >>> py3-lxc: Cleaning up tmpdir >>> py3-lxc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/python3-lxc-5.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-lxc: Fetching https://linuxcontainers.org/downloads/lxc/python3-lxc-5.0.0.tar.gz Connecting to linuxcontainers.org (45.45.148.10:443) saving to '/var/cache/distfiles/v3.24/python3-lxc-5.0.0.tar.gz.part' python3-lxc-5.0.0.ta 100% |********************************| 28013 0:00:00 ETA '/var/cache/distfiles/v3.24/python3-lxc-5.0.0.tar.gz.part' saved /var/cache/distfiles/v3.24/python3-lxc-5.0.0.tar.gz: OK >>> py3-lxc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/python3-lxc-5.0.0.tar.gz /var/cache/distfiles/v3.24/python3-lxc-5.0.0.tar.gz: OK >>> py3-lxc: Unpacking /var/cache/distfiles/v3.24/python3-lxc-5.0.0.tar.gz... 2026-04-17 20:37:53,128 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-04-17 20:37:53,157 root INFO running bdist_wheel 2026-04-17 20:37:53,167 root INFO running build 2026-04-17 20:37:53,167 root INFO running build_py 2026-04-17 20:37:53,171 root INFO creating build/lib.linux-i686-cpython-314/lxc 2026-04-17 20:37:53,171 root INFO copying lxc/__init__.py -> build/lib.linux-i686-cpython-314/lxc 2026-04-17 20:37:53,172 root INFO running build_ext 2026-04-17 20:37:53,178 root INFO building '_lxc' extension 2026-04-17 20:37:53,179 root INFO creating build/temp.linux-i686-cpython-314 2026-04-17 20:37:53,179 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -I/usr/include -c lxc.c -o build/temp.linux-i686-cpython-314/lxc.o lxc.c: In function 'lxc_attach_python_exec': lxc.c:201:5: warning: 'PyOS_AfterFork' is deprecated [-Wdeprecated-declarations] 201 | PyOS_AfterFork(); | ^~~~~~~~~~~~~~ In file included from /usr/include/python3.14/Python.h:139, from lxc.c:25: /usr/include/python3.14/intrcheck.h:18:37: note: declared here 18 | Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyOS_AfterFork(void); | ^~~~~~~~~~~~~~ 2026-04-17 20:37:54,019 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-314/lxc.o -L/usr/lib -L/usr/lib -llxc -o build/lib.linux-i686-cpython-314/_lxc.cpython-314-i386-linux-musl.so 2026-04-17 20:37:54,043 root INFO installing to build/bdist.linux-i686/wheel 2026-04-17 20:37:54,043 root INFO running install 2026-04-17 20:37:54,057 root INFO running install_lib 2026-04-17 20:37:54,062 root INFO creating build/bdist.linux-i686/wheel 2026-04-17 20:37:54,062 root INFO creating build/bdist.linux-i686/wheel/lxc 2026-04-17 20:37:54,062 root INFO copying build/lib.linux-i686-cpython-314/lxc/__init__.py -> build/bdist.linux-i686/wheel/./lxc 2026-04-17 20:37:54,063 root INFO copying build/lib.linux-i686-cpython-314/_lxc.cpython-314-i386-linux-musl.so -> build/bdist.linux-i686/wheel/. 2026-04-17 20:37:54,063 root INFO running install_egg_info 2026-04-17 20:37:54,068 root INFO running egg_info 2026-04-17 20:37:54,072 root INFO writing python3_lxc.egg-info/PKG-INFO 2026-04-17 20:37:54,072 root INFO writing dependency_links to python3_lxc.egg-info/dependency_links.txt 2026-04-17 20:37:54,073 root INFO writing top-level names to python3_lxc.egg-info/top_level.txt 2026-04-17 20:37:54,078 root INFO reading manifest file 'python3_lxc.egg-info/SOURCES.txt' 2026-04-17 20:37:54,079 root INFO reading manifest template 'MANIFEST.in' 2026-04-17 20:37:54,079 root INFO adding license file 'COPYING' 2026-04-17 20:37:54,081 root INFO writing manifest file 'python3_lxc.egg-info/SOURCES.txt' 2026-04-17 20:37:54,081 root INFO Copying python3_lxc.egg-info to build/bdist.linux-i686/wheel/./python3_lxc-5.0.0-py3.14.egg-info 2026-04-17 20:37:54,082 root INFO running install_scripts 2026-04-17 20:37:54,091 root INFO creating build/bdist.linux-i686/wheel/python3_lxc-5.0.0.dist-info/WHEEL 2026-04-17 20:37:54,092 wheel INFO creating '/home/buildozer/aports/main/py3-lxc/src/python3-lxc-5.0.0/.dist/.tmp-_z54n5rr/python3_lxc-5.0.0-cp314-cp314-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2026-04-17 20:37:54,092 wheel INFO adding '_lxc.cpython-314-i386-linux-musl.so' 2026-04-17 20:37:54,093 wheel INFO adding 'lxc/__init__.py' 2026-04-17 20:37:54,094 wheel INFO adding 'python3_lxc-5.0.0.dist-info/licenses/COPYING' 2026-04-17 20:37:54,094 wheel INFO adding 'python3_lxc-5.0.0.dist-info/METADATA' 2026-04-17 20:37:54,094 wheel INFO adding 'python3_lxc-5.0.0.dist-info/WHEEL' 2026-04-17 20:37:54,095 wheel INFO adding 'python3_lxc-5.0.0.dist-info/top_level.txt' 2026-04-17 20:37:54,095 wheel INFO adding 'python3_lxc-5.0.0.dist-info/RECORD' 2026-04-17 20:37:54,095 root INFO removing build/bdist.linux-i686/wheel 2026-04-17 20:37:54,096 gpep517 INFO The backend produced .dist/python3_lxc-5.0.0-cp314-cp314-linux_i686.whl python3_lxc-5.0.0-cp314-cp314-linux_i686.whl >>> py3-lxc: Entering fakeroot... >>> py3-lxc-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/lxc/__pycache__' -> '/home/buildozer/aports/main/py3-lxc/pkg/py3-lxc-pyc/usr/lib/python3.14/site-packages/lxc/__pycache__' >>> py3-lxc-pyc*: Preparing subpackage py3-lxc-pyc... Please specify at least one package name on the command line. >>> py3-lxc-pyc*: Running postcheck for py3-lxc-pyc >>> py3-lxc*: Running postcheck for py3-lxc >>> py3-lxc*: Preparing package py3-lxc... >>> py3-lxc*: Stripping binaries Please specify at least one package name on the command line. >>> py3-lxc*: Scanning shared objects >>> py3-lxc-pyc*: Tracing dependencies... python3~3.14 >>> py3-lxc-pyc*: Package size: 20.4 KB >>> py3-lxc-pyc*: Compressing data... >>> py3-lxc-pyc*: Create checksum... >>> py3-lxc-pyc*: Create py3-lxc-pyc-5.0.0-r5.apk >>> py3-lxc*: Tracing dependencies... python3 python3~3.14 so:libc.musl-x86.so.1 so:liblxc.so.1 >>> py3-lxc*: Package size: 73.9 KB >>> py3-lxc*: Compressing data... >>> py3-lxc*: Create checksum... >>> py3-lxc*: Create py3-lxc-5.0.0-r5.apk >>> py3-lxc: Build complete at Fri, 17 Apr 2026 20:37:54 +0000 elapsed time 0h 0m 4s >>> py3-lxc: Cleaning up srcdir >>> py3-lxc: Cleaning up pkgdir >>> py3-lxc: Uninstalling dependencies... ( 1/36) Purging .makedepends-py3-lxc (20260417.203751) ( 2/36) Purging lxc-dev (6.0.6-r0) ( 3/36) Purging lxc-libs (6.0.6-r0) ( 4/36) Purging python3-dev (3.14.3-r0) ( 5/36) Purging py3-gpep517-pyc (19-r2) ( 6/36) Purging py3-gpep517 (19-r2) ( 7/36) Purging py3-installer-pyc (1.0.0-r0) ( 8/36) Purging py3-installer (1.0.0-r0) ( 9/36) Purging py3-setuptools-pyc (82.0.1-r1) (10/36) Purging py3-setuptools (82.0.1-r1) (11/36) Purging py3-wheel-pyc (0.46.3-r1) (12/36) Purging py3-wheel (0.46.3-r1) (13/36) Purging py3-packaging-pyc (26.0-r1) (14/36) Purging py3-packaging (26.0-r1) (15/36) Purging py3-parsing-pyc (3.3.2-r1) (16/36) Purging py3-parsing (3.3.2-r1) (17/36) Purging python3-pyc (3.14.3-r0) (18/36) Purging python3-pycache-pyc0 (3.14.3-r0) (19/36) Purging pyc (3.14.3-r0) (20/36) Purging python3 (3.14.3-r0) (21/36) Purging dbus-dev (1.16.2-r2) (22/36) Purging dbus-libs (1.16.2-r2) (23/36) Purging gdbm (1.26-r0) (24/36) Purging libbz2 (1.0.8-r6) (25/36) Purging libcap-dev (2.78-r0) (26/36) Purging libffi (3.5.2-r1) (27/36) Purging libpanelw (6.6_p20260404-r0) (28/36) Purging libseccomp-dev (2.6.0-r2) (29/36) Purging linux-headers (7.0.0-r0) (30/36) Purging libseccomp (2.6.0-r2) (31/36) Purging mpdecimal (4.0.1-r0) (32/36) Purging readline (8.3.3-r1) (33/36) Purging sqlite-libs (3.53.0-r0) (34/36) Purging xz-libs (5.8.2-r0) (35/36) Purging libncursesw (6.6_p20260404-r0) (36/36) Purging ncurses-terminfo-base (6.6_p20260404-r0) Executing busybox-1.37.0-r31.trigger OK: 424.5 MiB in 99 packages >>> py3-lxc: Updating the main/x86 repository index... >>> py3-lxc: Signing the index...