>>> py3-proxmoxer: Building testing/py3-proxmoxer 2.0.1-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 14:20:39 +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 py3-mock py3-openssh-wrapper py3-paramiko py3-pytest py3-requests-toolbelt py3-responses py3-testfixtures (1/61) Installing libbz2 (1.0.8-r5) (2/61) Installing libffi (3.4.4-r2) (3/61) Installing gdbm (1.23-r1) (4/61) Installing xz-libs (5.4.2-r1) (5/61) Installing mpdecimal (2.5.1-r2) (6/61) Installing libpanelw (6.4_p20230401-r6) (7/61) Installing readline (8.2.1-r1) (8/61) Installing sqlite-libs (3.41.2-r2) (9/61) Installing python3 (3.11.3-r10) (10/61) Installing python3-pycache-pyc0 (3.11.3-r10) (11/61) Installing pyc (0.1-r0) (12/61) Installing python3-pyc (3.11.3-r10) (13/61) Installing py3-parsing (3.0.9-r2) (14/61) Installing py3-parsing-pyc (3.0.9-r2) (15/61) Installing py3-packaging (23.1-r1) (16/61) Installing py3-packaging-pyc (23.1-r1) (17/61) Installing py3-setuptools (67.7.2-r0) (18/61) Installing py3-setuptools-pyc (67.7.2-r0) (19/61) Installing py3-mock (5.0.2-r1) (20/61) Installing py3-mock-pyc (5.0.2-r1) (21/61) Installing py3-openssh-wrapper (0.5_git20130425-r2) (22/61) Installing py3-openssh-wrapper-pyc (0.5_git20130425-r2) (23/61) Installing py3-cparser (2.21-r2) (24/61) Installing py3-cparser-pyc (2.21-r2) (25/61) Installing py3-cffi (1.15.1-r3) (26/61) Installing py3-cffi-pyc (1.15.1-r3) (27/61) Installing py3-bcrypt (4.0.1-r2) (28/61) Installing py3-bcrypt-pyc (4.0.1-r2) (29/61) Installing py3-cryptography (40.0.2-r1) (30/61) Installing py3-cryptography-pyc (40.0.2-r1) (31/61) Installing py3-pynacl (1.5.0-r4) (32/61) Installing py3-pynacl-pyc (1.5.0-r4) (33/61) Installing py3-paramiko (3.1.0-r1) (34/61) Installing py3-paramiko-pyc (3.1.0-r1) (35/61) Installing py3-iniconfig (1.1.1-r6) (36/61) Installing py3-iniconfig-pyc (1.1.1-r6) (37/61) Installing py3-pluggy (1.0.0-r3) (38/61) Installing py3-pluggy-pyc (1.0.0-r3) (39/61) Installing py3-py (1.11.0-r2) (40/61) Installing py3-py-pyc (1.11.0-r2) (41/61) Installing py3-pytest (7.3.1-r1) (42/61) Installing py3-pytest-pyc (7.3.1-r1) (43/61) Installing py3-certifi (2022.12.7-r2) (44/61) Installing py3-certifi-pyc (2022.12.7-r2) (45/61) Installing py3-charset-normalizer (3.1.0-r1) (46/61) Installing py3-charset-normalizer-pyc (3.1.0-r1) (47/61) Installing py3-idna (3.4-r4) (48/61) Installing py3-idna-pyc (3.4-r4) (49/61) Installing py3-urllib3 (1.26.15-r1) (50/61) Installing py3-urllib3-pyc (1.26.15-r1) (51/61) Installing py3-requests (2.28.2-r1) (52/61) Installing py3-requests-pyc (2.28.2-r1) (53/61) Installing py3-requests-toolbelt (0.10.1-r2) (54/61) Installing py3-requests-toolbelt-pyc (0.10.1-r2) (55/61) Installing py3-toml (0.10.2-r6) (56/61) Installing py3-toml-pyc (0.10.2-r6) (57/61) Installing py3-responses (0.22.0-r3) (58/61) Installing py3-responses-pyc (0.22.0-r3) (59/61) Installing py3-testfixtures (7.1.0-r1) (60/61) Installing py3-testfixtures-pyc (7.1.0-r1) (61/61) Installing .makedepends-py3-proxmoxer (20230425.142040) Executing busybox-1.36.0-r8.trigger OK: 480 MiB in 160 packages >>> py3-proxmoxer: Cleaning up srcdir >>> py3-proxmoxer: Cleaning up pkgdir >>> py3-proxmoxer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proxmoxer-2.0.1.tar.gz >>> py3-proxmoxer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proxmoxer-2.0.1.tar.gz >>> py3-proxmoxer: Checking sha512sums... proxmoxer-2.0.1.tar.gz: OK >>> py3-proxmoxer: Unpacking /var/cache/distfiles/edge/proxmoxer-2.0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/proxmoxer copying proxmoxer/__init__.py -> build/lib/proxmoxer copying proxmoxer/core.py -> build/lib/proxmoxer creating build/lib/proxmoxer/backends copying proxmoxer/backends/__init__.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/local.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/openssh.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/ssh_paramiko.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/https.py -> build/lib/proxmoxer/backends copying proxmoxer/backends/command_base.py -> build/lib/proxmoxer/backends creating build/lib/proxmoxer/tools copying proxmoxer/tools/__init__.py -> build/lib/proxmoxer/tools copying proxmoxer/tools/tasks.py -> build/lib/proxmoxer/tools ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-proxmoxer/src/proxmoxer-2.0.1 collected 142 items tests/test_command_base.py .................. [ 12%] tests/test_core.py ............................... [ 34%] tests/test_https.py .............................................. [ 66%] tests/test_https_helpers.py .......... [ 73%] tests/test_imports.py ........... [ 81%] tests/test_local.py .... [ 84%] tests/test_openssh.py .... [ 87%] tests/test_paramiko.py ....... [ 92%] tests/tools/test_tasks.py ........... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/openssh_wrapper.py:9 /usr/lib/python3.11/site-packages/openssh_wrapper.py:9: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 import pipes -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 142 passed, 1 warning in 0.76s ======================== >>> py3-proxmoxer: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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/__init__.py -> /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 creating /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/tools copying build/lib/proxmoxer/tools/__init__.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/tools copying build/lib/proxmoxer/tools/tasks.py -> /home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/tools creating /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/local.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 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/https.py -> /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 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/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/tools/__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/tools/tasks.py to tasks.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/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/openssh.py to openssh.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/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/command_base.py to command_base.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 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-2.0.1-py3.11.egg-info running install_scripts >>> py3-proxmoxer-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/__pycache__' -> '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer-pyc/usr/lib/python3.11/site-packages/proxmoxer/__pycache__' '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/tools/__pycache__' -> '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer-pyc/usr/lib/python3.11/site-packages/proxmoxer/tools/__pycache__' '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer/usr/lib/python3.11/site-packages/proxmoxer/backends/__pycache__' -> '/home/buildozer/aports/testing/py3-proxmoxer/pkg/py3-proxmoxer-pyc/usr/lib/python3.11/site-packages/proxmoxer/backends/__pycache__' >>> py3-proxmoxer-pyc*: Preparing subpackage py3-proxmoxer-pyc... >>> py3-proxmoxer-pyc*: Running postcheck for py3-proxmoxer-pyc >>> py3-proxmoxer*: Running postcheck for py3-proxmoxer >>> py3-proxmoxer*: Preparing package py3-proxmoxer... >>> py3-proxmoxer-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-proxmoxer-pyc*: Package size: 120.0 KB >>> py3-proxmoxer-pyc*: Compressing data... >>> py3-proxmoxer-pyc*: Create checksum... >>> py3-proxmoxer-pyc*: Create py3-proxmoxer-pyc-2.0.1-r1.apk >>> py3-proxmoxer*: Tracing dependencies... python3 python3~3.11 >>> py3-proxmoxer*: Package size: 112.0 KB >>> py3-proxmoxer*: Compressing data... >>> py3-proxmoxer*: Create checksum... >>> py3-proxmoxer*: Create py3-proxmoxer-2.0.1-r1.apk >>> py3-proxmoxer: Build complete at Tue, 25 Apr 2023 14:20:43 +0000 elapsed time 0h 0m 4s >>> py3-proxmoxer: Cleaning up srcdir >>> py3-proxmoxer: Cleaning up pkgdir >>> py3-proxmoxer: Uninstalling dependencies... (1/61) Purging .makedepends-py3-proxmoxer (20230425.142040) (2/61) Purging py3-setuptools-pyc (67.7.2-r0) (3/61) Purging py3-setuptools (67.7.2-r0) (4/61) Purging py3-mock-pyc (5.0.2-r1) (5/61) Purging py3-mock (5.0.2-r1) (6/61) Purging py3-openssh-wrapper-pyc (0.5_git20130425-r2) (7/61) Purging py3-openssh-wrapper (0.5_git20130425-r2) (8/61) Purging py3-paramiko-pyc (3.1.0-r1) (9/61) Purging py3-paramiko (3.1.0-r1) (10/61) Purging py3-bcrypt-pyc (4.0.1-r2) (11/61) Purging py3-bcrypt (4.0.1-r2) (12/61) Purging py3-cryptography-pyc (40.0.2-r1) (13/61) Purging py3-cryptography (40.0.2-r1) (14/61) Purging py3-pynacl-pyc (1.5.0-r4) (15/61) Purging py3-pynacl (1.5.0-r4) (16/61) Purging py3-cffi-pyc (1.15.1-r3) (17/61) Purging py3-cffi (1.15.1-r3) (18/61) Purging py3-cparser-pyc (2.21-r2) (19/61) Purging py3-cparser (2.21-r2) (20/61) Purging py3-pytest-pyc (7.3.1-r1) (21/61) Purging py3-pytest (7.3.1-r1) (22/61) Purging py3-iniconfig-pyc (1.1.1-r6) (23/61) Purging py3-iniconfig (1.1.1-r6) (24/61) Purging py3-packaging-pyc (23.1-r1) (25/61) Purging py3-packaging (23.1-r1) (26/61) Purging py3-parsing-pyc (3.0.9-r2) (27/61) Purging py3-parsing (3.0.9-r2) (28/61) Purging py3-pluggy-pyc (1.0.0-r3) (29/61) Purging py3-pluggy (1.0.0-r3) (30/61) Purging py3-py-pyc (1.11.0-r2) (31/61) Purging py3-py (1.11.0-r2) (32/61) Purging py3-requests-toolbelt-pyc (0.10.1-r2) (33/61) Purging py3-requests-toolbelt (0.10.1-r2) (34/61) Purging py3-responses-pyc (0.22.0-r3) (35/61) Purging py3-responses (0.22.0-r3) (36/61) Purging py3-requests-pyc (2.28.2-r1) (37/61) Purging py3-requests (2.28.2-r1) (38/61) Purging py3-certifi-pyc (2022.12.7-r2) (39/61) Purging py3-certifi (2022.12.7-r2) (40/61) Purging py3-charset-normalizer-pyc (3.1.0-r1) (41/61) Purging py3-charset-normalizer (3.1.0-r1) (42/61) Purging py3-idna-pyc (3.4-r4) (43/61) Purging py3-idna (3.4-r4) (44/61) Purging py3-toml-pyc (0.10.2-r6) (45/61) Purging py3-toml (0.10.2-r6) (46/61) Purging py3-urllib3-pyc (1.26.15-r1) (47/61) Purging py3-urllib3 (1.26.15-r1) (48/61) Purging py3-testfixtures-pyc (7.1.0-r1) (49/61) Purging py3-testfixtures (7.1.0-r1) (50/61) Purging python3-pyc (3.11.3-r10) (51/61) Purging python3-pycache-pyc0 (3.11.3-r10) (52/61) Purging pyc (0.1-r0) (53/61) Purging python3 (3.11.3-r10) (54/61) Purging gdbm (1.23-r1) (55/61) Purging libbz2 (1.0.8-r5) (56/61) Purging libffi (3.4.4-r2) (57/61) Purging libpanelw (6.4_p20230401-r6) (58/61) Purging mpdecimal (2.5.1-r2) (59/61) Purging readline (8.2.1-r1) (60/61) Purging sqlite-libs (3.41.2-r2) (61/61) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-proxmoxer: Updating the testing/aarch64 repository index... >>> py3-proxmoxer: Signing the index...