>>> py3-lxc: Building main/py3-lxc 5.0.0-r4 (using abuild 3.14.0-r0) started Tue, 15 Oct 2024 21:03:54 +0000 >>> py3-lxc: Validating /home/buildozer/aports/main/py3-lxc/APKBUILD... >>> WARNING: py3-lxc: Setting the maintainer with a comment is deprecated. Use maintainer="Carlo Landmeter " instead >>> py3-lxc: Analyzing dependencies... >>> py3-lxc: Installing for build: build-base python3 lxc-dev python3-dev py3-gpep517 py3-setuptools py3-wheel (1/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.6-r0) (3/33) Installing gdbm (1.24-r0) (4/33) Installing xz-libs (5.6.3-r0) (5/33) Installing mpdecimal (4.0.0-r0) (6/33) Installing libpanelw (6.5_p20241006-r0) (7/33) Installing sqlite-libs (3.46.1-r0) (8/33) Installing python3 (3.12.7-r0) (9/33) Installing python3-pycache-pyc0 (3.12.7-r0) (10/33) Installing pyc (3.12.7-r0) (11/33) Installing python3-pyc (3.12.7-r0) (12/33) Installing dbus-libs (1.14.10-r4) (13/33) Installing libseccomp (2.5.5-r1) (14/33) Installing lxc-libs (6.0.2-r8) (15/33) Installing dbus-dev (1.14.10-r4) (16/33) Installing linux-headers (6.6-r1) (17/33) Installing libcap-dev (2.70-r0) (18/33) Installing libseccomp-dev (2.5.5-r1) (19/33) Installing lxc-dev (6.0.2-r8) (20/33) Installing python3-dev (3.12.7-r0) (21/33) Installing py3-installer (0.7.0-r2) (22/33) Installing py3-installer-pyc (0.7.0-r2) (23/33) Installing py3-gpep517 (16-r0) (24/33) Installing py3-gpep517-pyc (16-r0) (25/33) Installing py3-parsing (3.1.4-r0) (26/33) Installing py3-parsing-pyc (3.1.4-r0) (27/33) Installing py3-packaging (24.1-r0) (28/33) Installing py3-packaging-pyc (24.1-r0) (29/33) Installing py3-setuptools (70.3.0-r0) (30/33) Installing py3-setuptools-pyc (70.3.0-r0) (31/33) Installing py3-wheel (0.43.0-r0) (32/33) Installing py3-wheel-pyc (0.43.0-r0) (33/33) Installing .makedepends-py3-lxc (20241015.210355) Executing busybox-1.36.1-r32.trigger OK: 569 MiB in 132 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.21/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 ([2602:fc62:a:1::7]:443) saving to '/var/cache/distfiles/v3.21/python3-lxc-5.0.0.tar.gz.part' python3-lxc-5.0.0.ta 100% |********************************| 28013 0:00:00 ETA '/var/cache/distfiles/v3.21/python3-lxc-5.0.0.tar.gz.part' saved >>> py3-lxc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/python3-lxc-5.0.0.tar.gz >>> py3-lxc: Checking sha512sums... python3-lxc-5.0.0.tar.gz: OK >>> py3-lxc: Unpacking /var/cache/distfiles/v3.21/python3-lxc-5.0.0.tar.gz... 2024-10-15 21:03:56,796 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-10-15 21:03:56,813 root INFO running bdist_wheel 2024-10-15 21:03:56,822 root INFO running build 2024-10-15 21:03:56,822 root INFO running build_py 2024-10-15 21:03:56,825 root INFO creating build 2024-10-15 21:03:56,825 root INFO creating build/lib.linux-aarch64-cpython-312 2024-10-15 21:03:56,825 root INFO creating build/lib.linux-aarch64-cpython-312/lxc 2024-10-15 21:03:56,825 root INFO copying lxc/__init__.py -> build/lib.linux-aarch64-cpython-312/lxc 2024-10-15 21:03:56,826 root INFO running build_ext 2024-10-15 21:03:56,829 root INFO building '_lxc' extension 2024-10-15 21:03:56,829 root INFO creating build/temp.linux-aarch64-cpython-312 2024-10-15 21:03:56,829 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -I/usr/include -c lxc.c -o build/temp.linux-aarch64-cpython-312/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.12/Python.h:98, from lxc.c:25: /usr/include/python3.12/intrcheck.h:16:37: note: declared here 16 | Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyOS_AfterFork(void); | ^~~~~~~~~~~~~~ 2024-10-15 21:03:57,498 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/lxc.o -L/usr/lib -L/usr/lib -llxc -o build/lib.linux-aarch64-cpython-312/_lxc.cpython-312-aarch64-linux-musl.so 2024-10-15 21:03:57,513 root INFO installing to build/bdist.linux-aarch64/wheel 2024-10-15 21:03:57,513 root INFO running install 2024-10-15 21:03:57,521 root INFO running install_lib 2024-10-15 21:03:57,523 root INFO creating build/bdist.linux-aarch64 2024-10-15 21:03:57,523 root INFO creating build/bdist.linux-aarch64/wheel 2024-10-15 21:03:57,523 root INFO creating build/bdist.linux-aarch64/wheel/lxc 2024-10-15 21:03:57,523 root INFO copying build/lib.linux-aarch64-cpython-312/lxc/__init__.py -> build/bdist.linux-aarch64/wheel/lxc 2024-10-15 21:03:57,524 root INFO copying build/lib.linux-aarch64-cpython-312/_lxc.cpython-312-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel 2024-10-15 21:03:57,524 root INFO running install_egg_info 2024-10-15 21:03:57,526 root INFO running egg_info 2024-10-15 21:03:57,527 root INFO writing python3_lxc.egg-info/PKG-INFO 2024-10-15 21:03:57,527 root INFO writing dependency_links to python3_lxc.egg-info/dependency_links.txt 2024-10-15 21:03:57,527 root INFO writing top-level names to python3_lxc.egg-info/top_level.txt 2024-10-15 21:03:57,529 root INFO reading manifest file 'python3_lxc.egg-info/SOURCES.txt' 2024-10-15 21:03:57,529 root INFO reading manifest template 'MANIFEST.in' 2024-10-15 21:03:57,529 root INFO adding license file 'COPYING' 2024-10-15 21:03:57,530 root INFO writing manifest file 'python3_lxc.egg-info/SOURCES.txt' 2024-10-15 21:03:57,530 root INFO Copying python3_lxc.egg-info to build/bdist.linux-aarch64/wheel/python3_lxc-5.0.0-py3.12.egg-info 2024-10-15 21:03:57,531 root INFO running install_scripts 2024-10-15 21:03:57,535 root INFO creating build/bdist.linux-aarch64/wheel/python3_lxc-5.0.0.dist-info/WHEEL 2024-10-15 21:03:57,536 wheel INFO creating '/home/buildozer/aports/main/py3-lxc/src/python3-lxc-5.0.0/.dist/.tmp-bfccxwi1/python3_lxc-5.0.0-cp312-cp312-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2024-10-15 21:03:57,536 wheel INFO adding '_lxc.cpython-312-aarch64-linux-musl.so' 2024-10-15 21:03:57,537 wheel INFO adding 'lxc/__init__.py' 2024-10-15 21:03:57,537 wheel INFO adding 'python3_lxc-5.0.0.dist-info/COPYING' 2024-10-15 21:03:57,538 wheel INFO adding 'python3_lxc-5.0.0.dist-info/METADATA' 2024-10-15 21:03:57,538 wheel INFO adding 'python3_lxc-5.0.0.dist-info/WHEEL' 2024-10-15 21:03:57,538 wheel INFO adding 'python3_lxc-5.0.0.dist-info/top_level.txt' 2024-10-15 21:03:57,538 wheel INFO adding 'python3_lxc-5.0.0.dist-info/RECORD' 2024-10-15 21:03:57,538 root INFO removing build/bdist.linux-aarch64/wheel 2024-10-15 21:03:57,539 gpep517 INFO The backend produced .dist/python3_lxc-5.0.0-cp312-cp312-linux_aarch64.whl python3_lxc-5.0.0-cp312-cp312-linux_aarch64.whl >>> py3-lxc: Entering fakeroot... >>> py3-lxc-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/lxc/__pycache__' -> '/home/buildozer/aports/main/py3-lxc/pkg/py3-lxc-pyc/usr/lib/python3.12/site-packages/lxc/__pycache__' >>> py3-lxc-pyc*: Preparing subpackage py3-lxc-pyc... >>> 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 >>> py3-lxc-pyc*: Scanning shared objects >>> py3-lxc*: Scanning shared objects >>> py3-lxc-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-lxc-pyc*: Package size: 20.0 KB >>> py3-lxc-pyc*: Compressing data... >>> py3-lxc-pyc*: Create checksum... >>> py3-lxc-pyc*: Create py3-lxc-pyc-5.0.0-r4.apk >>> py3-lxc*: Tracing dependencies... python3 python3~3.12 so:libc.musl-aarch64.so.1 so:liblxc.so.1 >>> py3-lxc*: Package size: 111.6 KB >>> py3-lxc*: Compressing data... >>> py3-lxc*: Create checksum... >>> py3-lxc*: Create py3-lxc-5.0.0-r4.apk >>> py3-lxc: Build complete at Tue, 15 Oct 2024 21:03:58 +0000 elapsed time 0h 0m 4s >>> py3-lxc: Cleaning up srcdir >>> py3-lxc: Cleaning up pkgdir >>> py3-lxc: Uninstalling dependencies... (1/33) Purging .makedepends-py3-lxc (20241015.210355) (2/33) Purging lxc-dev (6.0.2-r8) (3/33) Purging lxc-libs (6.0.2-r8) (4/33) Purging python3-dev (3.12.7-r0) (5/33) Purging py3-gpep517-pyc (16-r0) (6/33) Purging py3-gpep517 (16-r0) (7/33) Purging py3-installer-pyc (0.7.0-r2) (8/33) Purging py3-installer (0.7.0-r2) (9/33) Purging py3-setuptools-pyc (70.3.0-r0) (10/33) Purging py3-setuptools (70.3.0-r0) (11/33) Purging py3-wheel-pyc (0.43.0-r0) (12/33) Purging py3-wheel (0.43.0-r0) (13/33) Purging py3-packaging-pyc (24.1-r0) (14/33) Purging py3-packaging (24.1-r0) (15/33) Purging py3-parsing-pyc (3.1.4-r0) (16/33) Purging py3-parsing (3.1.4-r0) (17/33) Purging python3-pyc (3.12.7-r0) (18/33) Purging python3-pycache-pyc0 (3.12.7-r0) (19/33) Purging pyc (3.12.7-r0) (20/33) Purging python3 (3.12.7-r0) (21/33) Purging dbus-dev (1.14.10-r4) (22/33) Purging dbus-libs (1.14.10-r4) (23/33) Purging gdbm (1.24-r0) (24/33) Purging libbz2 (1.0.8-r6) (25/33) Purging libcap-dev (2.70-r0) (26/33) Purging libffi (3.4.6-r0) (27/33) Purging libpanelw (6.5_p20241006-r0) (28/33) Purging libseccomp-dev (2.5.5-r1) (29/33) Purging linux-headers (6.6-r1) (30/33) Purging libseccomp (2.5.5-r1) (31/33) Purging mpdecimal (4.0.0-r0) (32/33) Purging sqlite-libs (3.46.1-r0) (33/33) Purging xz-libs (5.6.3-r0) Executing busybox-1.36.1-r32.trigger OK: 393 MiB in 99 packages >>> py3-lxc: Updating the main/aarch64 repository index... >>> py3-lxc: Signing the index...