>>> py3-pymsteams: Building testing/py3-pymsteams 0.2.2-r2 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 08:38:52 +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/37) Installing libbz2 (1.0.8-r5) (2/37) Installing libffi (3.4.4-r2) (3/37) Installing gdbm (1.23-r1) (4/37) Installing xz-libs (5.4.2-r1) (5/37) Installing mpdecimal (2.5.1-r2) (6/37) Installing libpanelw (6.4_p20230401-r6) (7/37) Installing readline (8.2.1-r1) (8/37) Installing sqlite-libs (3.41.2-r2) (9/37) Installing python3 (3.11.3-r10) (10/37) Installing python3-pycache-pyc0 (3.11.3-r10) (11/37) Installing pyc (0.1-r0) (12/37) Installing py3-setuptools-pyc (67.7.2-r0) (13/37) Installing py3-parsing (3.0.9-r2) (14/37) Installing py3-parsing-pyc (3.0.9-r2) (15/37) Installing py3-packaging-pyc (23.1-r1) (16/37) Installing python3-pyc (3.11.3-r10) (17/37) Installing py3-packaging (23.1-r1) (18/37) Installing py3-setuptools (67.7.2-r0) (19/37) Installing py3-iniconfig (1.1.1-r6) (20/37) Installing py3-iniconfig-pyc (1.1.1-r6) (21/37) Installing py3-pluggy (1.0.0-r3) (22/37) Installing py3-pluggy-pyc (1.0.0-r3) (23/37) Installing py3-py (1.11.0-r2) (24/37) Installing py3-py-pyc (1.11.0-r2) (25/37) Installing py3-pytest (7.3.1-r1) (26/37) Installing py3-pytest-pyc (7.3.1-r1) (27/37) Installing py3-certifi (2022.12.7-r2) (28/37) Installing py3-certifi-pyc (2022.12.7-r2) (29/37) Installing py3-charset-normalizer (3.1.0-r1) (30/37) Installing py3-charset-normalizer-pyc (3.1.0-r1) (31/37) Installing py3-idna (3.4-r4) (32/37) Installing py3-idna-pyc (3.4-r4) (33/37) Installing py3-urllib3 (1.26.15-r1) (34/37) Installing py3-urllib3-pyc (1.26.15-r1) (35/37) Installing py3-requests (2.28.2-r1) (36/37) Installing py3-requests-pyc (2.28.2-r1) (37/37) Installing .makedepends-py3-pymsteams (20230425.083853) Executing busybox-1.36.0-r8.trigger OK: 380 MiB in 136 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 % 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 100 55974 100 55974 0 0 459k 0 --:--:-- --:--:-- --:--:-- 459k >>> 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:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) 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.3, pytest-7.3.1, 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%] ======================= 8 passed, 1 deselected in 1.26s ======================== >>> py3-pymsteams: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) 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-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-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams/usr/lib/python3.11/site-packages/pymsteams/__pycache__' -> '/home/buildozer/aports/testing/py3-pymsteams/pkg/py3-pymsteams-pyc/usr/lib/python3.11/site-packages/pymsteams/__pycache__' >>> py3-pymsteams-pyc*: Preparing subpackage py3-pymsteams-pyc... >>> py3-pymsteams-pyc*: Running postcheck for py3-pymsteams-pyc >>> py3-pymsteams*: Running postcheck for py3-pymsteams >>> py3-pymsteams*: Preparing package py3-pymsteams... >>> py3-pymsteams-pyc*: Tracing dependencies... python3~3.11 >>> py3-pymsteams-pyc*: Package size: 44.0 KB >>> py3-pymsteams-pyc*: Compressing data... >>> py3-pymsteams-pyc*: Create checksum... >>> py3-pymsteams-pyc*: Create py3-pymsteams-pyc-0.2.2-r2.apk >>> py3-pymsteams*: Tracing dependencies... python3~3.11 >>> py3-pymsteams*: Package size: 68.0 KB >>> py3-pymsteams*: Compressing data... >>> py3-pymsteams*: Create checksum... >>> py3-pymsteams*: Create py3-pymsteams-0.2.2-r2.apk >>> py3-pymsteams: Build complete at Tue, 25 Apr 2023 08:38:55 +0000 elapsed time 0h 0m 3s >>> py3-pymsteams: Cleaning up srcdir >>> py3-pymsteams: Cleaning up pkgdir >>> py3-pymsteams: Uninstalling dependencies... (1/37) Purging .makedepends-py3-pymsteams (20230425.083853) (2/37) Purging py3-setuptools-pyc (67.7.2-r0) (3/37) Purging py3-setuptools (67.7.2-r0) (4/37) Purging py3-pytest-pyc (7.3.1-r1) (5/37) Purging py3-pytest (7.3.1-r1) (6/37) Purging py3-iniconfig-pyc (1.1.1-r6) (7/37) Purging py3-iniconfig (1.1.1-r6) (8/37) Purging py3-packaging-pyc (23.1-r1) (9/37) Purging py3-packaging (23.1-r1) (10/37) Purging py3-parsing-pyc (3.0.9-r2) (11/37) Purging py3-parsing (3.0.9-r2) (12/37) Purging py3-requests-pyc (2.28.2-r1) (13/37) Purging py3-requests (2.28.2-r1) (14/37) Purging py3-certifi-pyc (2022.12.7-r2) (15/37) Purging py3-certifi (2022.12.7-r2) (16/37) Purging py3-charset-normalizer-pyc (3.1.0-r1) (17/37) Purging py3-charset-normalizer (3.1.0-r1) (18/37) Purging py3-idna-pyc (3.4-r4) (19/37) Purging py3-idna (3.4-r4) (20/37) Purging py3-urllib3-pyc (1.26.15-r1) (21/37) Purging py3-urllib3 (1.26.15-r1) (22/37) Purging py3-py-pyc (1.11.0-r2) (23/37) Purging py3-py (1.11.0-r2) (24/37) Purging py3-pluggy-pyc (1.0.0-r3) (25/37) Purging py3-pluggy (1.0.0-r3) (26/37) Purging python3-pyc (3.11.3-r10) (27/37) Purging python3-pycache-pyc0 (3.11.3-r10) (28/37) Purging pyc (0.1-r0) (29/37) Purging python3 (3.11.3-r10) (30/37) Purging gdbm (1.23-r1) (31/37) Purging libbz2 (1.0.8-r5) (32/37) Purging libffi (3.4.4-r2) (33/37) Purging libpanelw (6.4_p20230401-r6) (34/37) Purging mpdecimal (2.5.1-r2) (35/37) Purging readline (8.2.1-r1) (36/37) Purging sqlite-libs (3.41.2-r2) (37/37) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 326 MiB in 99 packages >>> py3-pymsteams: Updating the testing/armhf repository index... >>> py3-pymsteams: Signing the index...