>>> py3-pymsteams: Building testing/py3-pymsteams 0.2.2-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 22:10:21 +0000 >>> py3-pymsteams: Checking sanity of /home/buildozer/aports/testing/py3-pymsteams/APKBUILD... >>> py3-pymsteams: Analyzing dependencies... >>> py3-pymsteams: Installing for build: build-base py3-setuptools py3-pytest py3-requests py3-py py3-pluggy (1/22) Installing libbz2 (1.0.8-r4) (2/22) Installing libffi (3.4.4-r0) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.8-r0) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.2.0-r0) (7/22) Installing sqlite-libs (3.40.0-r0) (8/22) Installing python3 (3.11.0-r2) (9/22) Installing py3-parsing (3.0.9-r1) (10/22) Installing py3-packaging (21.3-r3) (11/22) Installing py3-setuptools (65.6.3-r0) (12/22) Installing py3-attrs (22.1.0-r1) (13/22) Installing py3-iniconfig (1.1.1-r4) (14/22) Installing py3-pluggy (1.0.0-r2) (15/22) Installing py3-py (1.11.0-r1) (16/22) Installing py3-pytest (7.2.0-r2) (17/22) Installing py3-certifi (2022.9.24-r1) (18/22) Installing py3-charset-normalizer (3.0.1-r1) (19/22) Installing py3-idna (3.4-r3) (20/22) Installing py3-urllib3 (1.26.12-r1) (21/22) Installing py3-requests (2.28.1-r2) (22/22) Installing .makedepends-py3-pymsteams (20221124.221023) Executing busybox-1.35.0-r29.trigger OK: 491 MiB in 118 packages >>> py3-pymsteams: Cleaning up srcdir >>> py3-pymsteams: Cleaning up pkgdir >>> py3-pymsteams: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymsteams-0.2.2.tar.gz >>> py3-pymsteams: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymsteams-0.2.2.tar.gz >>> py3-pymsteams: Checking sha512sums... py3-pymsteams-0.2.2.tar.gz: OK >>> py3-pymsteams: Unpacking /var/cache/distfiles/edge/py3-pymsteams-0.2.2.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/pymsteams copying pymsteams/__init__.py -> build/lib/pymsteams ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-pymsteams/src/pymsteams-0.2.2 collecting ... collected 9 items / 1 deselected / 8 selected test/test_webhook.py::test_env_webhook_url PASSED [ 12%] test/test_webhook.py::test_send_message PASSED [ 25%] test/test_webhook.py::test_async_send_message PASSED [ 37%] test/test_webhook.py::test_send_sectioned_message PASSED [ 50%] test/test_webhook.py::test_send_potential_action PASSED [ 62%] test/test_webhook.py::test_http_500 PASSED [ 75%] test/test_webhook.py::test_http_403 PASSED [ 87%] test/test_webhook.py::test_chaining PASSED [100%] =============================== warnings summary =============================== test/test_webhook.py::test_async_send_message /home/buildozer/aports/testing/py3-pymsteams/src/pymsteams-0.2.2/test/test_webhook.py:45: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 8 passed, 1 deselected, 1 warning in 0.38s ================== >>> py3-pymsteams: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( 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-pymsteams/pkg creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages/pymsteams copying build/lib/pymsteams/__init__.py -> /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages/pymsteams byte-compiling /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages/pymsteams/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info creating pymsteams.egg-info writing pymsteams.egg-info/PKG-INFO writing dependency_links to pymsteams.egg-info/dependency_links.txt writing requirements to pymsteams.egg-info/requires.txt writing top-level names to pymsteams.egg-info/top_level.txt writing manifest file 'pymsteams.egg-info/SOURCES.txt' reading manifest file 'pymsteams.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pymsteams.egg-info/SOURCES.txt' Copying pymsteams.egg-info to /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages/pymsteams-0.2.2-py3.11.egg-info running install_scripts >>> py3-pymsteams*: Running postcheck for py3-pymsteams >>> py3-pymsteams*: Preparing package py3-pymsteams... >>> py3-pymsteams*: Tracing dependencies... >>> py3-pymsteams*: Package size: 88.0 KB >>> py3-pymsteams*: Compressing data... >>> py3-pymsteams*: Create checksum... >>> py3-pymsteams*: Create py3-pymsteams-0.2.2-r1.apk >>> py3-pymsteams: Build complete at Thu, 24 Nov 2022 22:10:25 +0000 elapsed time 0h 0m 4s >>> py3-pymsteams: Cleaning up srcdir >>> py3-pymsteams: Cleaning up pkgdir >>> py3-pymsteams: Uninstalling dependencies... (1/22) Purging .makedepends-py3-pymsteams (20221124.221023) (2/22) Purging py3-setuptools (65.6.3-r0) (3/22) Purging py3-pytest (7.2.0-r2) (4/22) Purging py3-attrs (22.1.0-r1) (5/22) Purging py3-iniconfig (1.1.1-r4) (6/22) Purging py3-packaging (21.3-r3) (7/22) Purging py3-parsing (3.0.9-r1) (8/22) Purging py3-requests (2.28.1-r2) (9/22) Purging py3-certifi (2022.9.24-r1) (10/22) Purging py3-charset-normalizer (3.0.1-r1) (11/22) Purging py3-idna (3.4-r3) (12/22) Purging py3-urllib3 (1.26.12-r1) (13/22) Purging py3-py (1.11.0-r1) (14/22) Purging py3-pluggy (1.0.0-r2) (15/22) Purging python3 (3.11.0-r2) (16/22) Purging libbz2 (1.0.8-r4) (17/22) Purging libffi (3.4.4-r0) (18/22) Purging gdbm (1.23-r0) (19/22) Purging xz-libs (5.2.8-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.2.0-r0) (22/22) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-pymsteams: Updating the testing/aarch64 repository index... >>> py3-pymsteams: Signing the index...