>>> py3-proxmoxer: Building testing/py3-proxmoxer 1.3.1-r1 (using abuild 3.10.0_rc1-r2) started Mon, 28 Nov 2022 13:22:38 +0000 >>> py3-proxmoxer: Checking sanity of /home/buildozer/aports/testing/py3-proxmoxer/APKBUILD... >>> py3-proxmoxer: Analyzing dependencies... >>> py3-proxmoxer: Installing for build: build-base python3 py3-setuptools (1/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.3-r0) (12/12) Installing .makedepends-py3-proxmoxer (20221128.132242) Executing busybox-1.35.0-r29.trigger OK: 343 MiB in 108 packages >>> py3-proxmoxer: Cleaning up srcdir >>> py3-proxmoxer: Cleaning up pkgdir >>> py3-proxmoxer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proxmoxer-1.3.1.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:00:01 --:--:-- 0 100 22808 100 22808 0 0 22295 0 0:00:01 0:00:01 --:--:-- 22945 >>> py3-proxmoxer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proxmoxer-1.3.1.tar.gz >>> py3-proxmoxer: Checking sha512sums... proxmoxer-1.3.1.tar.gz: OK >>> py3-proxmoxer: Unpacking /var/cache/distfiles/proxmoxer-1.3.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/proxmoxer copying proxmoxer/core.py -> build/lib/proxmoxer copying proxmoxer/__init__.py -> build/lib/proxmoxer creating build/lib/proxmoxer/backends copying proxmoxer/backends/command_base.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/https.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/local.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/__init__.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/ssh_paramiko.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/openssh.py -> build/lib/proxmoxer/backends >>> py3-proxmoxer: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-proxmoxer/pkg creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer copying build/lib/proxmoxer/core.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer copying build/lib/proxmoxer/__init__.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/command_base.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/https.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/local.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/__init__.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/ssh_paramiko.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends copying build/lib/proxmoxer/backends/openssh.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/command_base.py to command_base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/https.py to https.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/local.py to local.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/ssh_paramiko.py to ssh_paramiko.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/openssh.py to openssh.cpython-311.pyc running install_egg_info running egg_info creating proxmoxer.egg-info writing proxmoxer.egg-info/PKG-INFO writing dependency_links to proxmoxer.egg-info/dependency_links.txt writing requirements to proxmoxer.egg-info/requires.txt writing top-level names to proxmoxer.egg-info/top_level.txt writing manifest file 'proxmoxer.egg-info/SOURCES.txt' reading manifest file 'proxmoxer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.txt' warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'proxmoxer.egg-info/SOURCES.txt' Copying proxmoxer.egg-info to /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer-1.3.1-py3.11.egg-info running install_scripts >>> py3-proxmoxer*: Running postcheck for py3-proxmoxer >>> py3-proxmoxer*: Preparing package py3-proxmoxer... >>> py3-proxmoxer*: Tracing dependencies... >>> py3-proxmoxer*: Package size: 180.0 KB >>> py3-proxmoxer*: Compressing data... >>> py3-proxmoxer*: Create checksum... >>> py3-proxmoxer*: Create py3-proxmoxer-1.3.1-r1.apk >>> py3-proxmoxer: Build complete at Mon, 28 Nov 2022 13:22:50 +0000 elapsed time 0h 0m 12s >>> py3-proxmoxer: Cleaning up srcdir >>> py3-proxmoxer: Cleaning up pkgdir >>> py3-proxmoxer: Uninstalling dependencies... (1/12) Purging .makedepends-py3-proxmoxer (20221128.132242) (2/12) Purging py3-setuptools (65.6.3-r0) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-proxmoxer: Updating the testing/riscv64 repository index... >>> py3-proxmoxer: Signing the index...