>>> py3-pymsteams: Building testing/py3-pymsteams 0.2.1-r0 (using abuild 3.9.0-r0) started Fri, 11 Mar 2022 13:03:30 +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/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.4.2-r1) (3/29) Installing gdbm (1.23-r0) (4/29) Installing xz-libs (5.2.5-r0) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.2-r0) (7/29) Installing sqlite-libs (3.37.2-r0) (8/29) Installing python3 (3.10.2-r0) (9/29) Installing py3-ordered-set (4.0.2-r3) (10/29) Installing py3-appdirs (1.4.4-r3) (11/29) Installing py3-parsing (2.4.7-r3) (12/29) Installing py3-six (1.16.0-r1) (13/29) Installing py3-packaging (21.3-r0) (14/29) Installing py3-setuptools (52.0.0-r5) (15/29) Installing py3-atomicwrites (1.4.0-r2) (16/29) Installing py3-attrs (21.2.0-r1) (17/29) Installing py3-more-itertools (8.12.0-r1) (18/29) Installing py3-iniconfig (1.1.1-r2) (19/29) Installing py3-pluggy (0.13.1-r5) (20/29) Installing py3-py (1.10.0-r2) (21/29) Installing py3-wcwidth (0.2.5-r2) (22/29) Installing py3-toml (0.10.2-r3) (23/29) Installing py3-pytest (6.2.5-r1) (24/29) Installing py3-certifi (2021.10.8-r0) (25/29) Installing py3-charset-normalizer (2.0.10-r0) (26/29) Installing py3-idna (3.3-r2) (27/29) Installing py3-urllib3 (1.26.8-r0) (28/29) Installing py3-requests (2.27.1-r0) (29/29) Installing .makedepends-py3-pymsteams (20220311.130331) Executing busybox-1.35.0-r5.trigger OK: 413 MiB in 121 packages >>> py3-pymsteams: Cleaning up srcdir >>> py3-pymsteams: Cleaning up pkgdir >>> py3-pymsteams: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymsteams-0.2.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pymsteams: Fetching py3-pymsteams-0.2.1.tar.gz::https://github.com/rveachkc/pymsteams/archive/refs/tags/0.2.1.tar.gz >>> py3-pymsteams: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pymsteams-0.2.1.tar.gz >>> py3-pymsteams: Checking sha512sums... py3-pymsteams-0.2.1.tar.gz: OK >>> py3-pymsteams: Unpacking /var/cache/distfiles/edge/py3-pymsteams-0.2.1.tar.gz... 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.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-pymsteams/src/pymsteams-0.2.1 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.1/test/test_webhook.py:45: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 8 passed, 1 deselected, 1 warning in 0.33s ================== >>> py3-pymsteams: Entering fakeroot... running install 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.10 creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.10/site-packages/pymsteams copying build/lib/pymsteams/__init__.py -> /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.10/site-packages/pymsteams byte-compiling /home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.10/site-packages/pymsteams/__init__.py to __init__.cpython-310.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' 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.10/site-packages/pymsteams-0.2.1-py3.10.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: 84.0 KB >>> py3-pymsteams*: Compressing data... >>> py3-pymsteams*: Create checksum... >>> py3-pymsteams*: Create py3-pymsteams-0.2.1-r0.apk >>> py3-pymsteams: Build complete at Fri, 11 Mar 2022 13:03:36 +0000 elapsed time 0h 0m 6s >>> py3-pymsteams: Cleaning up srcdir >>> py3-pymsteams: Cleaning up pkgdir >>> py3-pymsteams: Uninstalling dependencies... (1/29) Purging .makedepends-py3-pymsteams (20220311.130331) (2/29) Purging py3-setuptools (52.0.0-r5) (3/29) Purging py3-ordered-set (4.0.2-r3) (4/29) Purging py3-appdirs (1.4.4-r3) (5/29) Purging py3-pytest (6.2.5-r1) (6/29) Purging py3-atomicwrites (1.4.0-r2) (7/29) Purging py3-attrs (21.2.0-r1) (8/29) Purging py3-more-itertools (8.12.0-r1) (9/29) Purging py3-iniconfig (1.1.1-r2) (10/29) Purging py3-wcwidth (0.2.5-r2) (11/29) Purging py3-packaging (21.3-r0) (12/29) Purging py3-parsing (2.4.7-r3) (13/29) Purging py3-six (1.16.0-r1) (14/29) Purging py3-toml (0.10.2-r3) (15/29) Purging py3-requests (2.27.1-r0) (16/29) Purging py3-certifi (2021.10.8-r0) (17/29) Purging py3-charset-normalizer (2.0.10-r0) (18/29) Purging py3-idna (3.3-r2) (19/29) Purging py3-urllib3 (1.26.8-r0) (20/29) Purging py3-py (1.10.0-r2) (21/29) Purging py3-pluggy (0.13.1-r5) (22/29) Purging python3 (3.10.2-r0) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.4.2-r1) (25/29) Purging gdbm (1.23-r0) (26/29) Purging xz-libs (5.2.5-r0) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.2-r0) (29/29) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r5.trigger OK: 354 MiB in 92 packages >>> py3-pymsteams: Updating the testing/aarch64 repository index... >>> py3-pymsteams: Signing the index...