>>> py3-terminado: Building community/py3-terminado 0.15.0-r0 (using abuild 3.9.0-r0) started Wed, 18 May 2022 23:40:55 +0000 >>> py3-terminado: Checking sanity of /home/buildozer/aports/community/py3-terminado/APKBUILD... >>> py3-terminado: Analyzing dependencies... >>> py3-terminado: Installing for build: build-base py3-ptyprocess py3-tornado py3-build py3-hatchling py3-installer py3-pytest (1/29) Installing libffi (3.4.2-r1) (2/29) Installing gdbm (1.23-r0) (3/29) Installing mpdecimal (2.5.1-r1) (4/29) Installing readline (8.1.2-r0) (5/29) Installing sqlite-libs (3.38.5-r0) (6/29) Installing python3 (3.10.4-r0) (7/29) Installing py3-ptyprocess (0.7.0-r2) (8/29) Installing py3-tornado (6.1-r2) (9/29) Installing py3-parsing (2.4.7-r3) (10/29) Installing py3-six (1.16.0-r1) (11/29) Installing py3-packaging (21.3-r0) (12/29) Installing py3-tomli (2.0.1-r1) (13/29) Installing py3-pep517 (0.12.0-r2) (14/29) Installing py3-build (0.7.0-r2) (15/29) Installing py3-editables (0.3-r0) (16/29) Installing py3-pathspec (0.9.0-r1) (17/29) Installing py3-pluggy (1.0.0-r0) (18/29) Installing py3-hatchling (1.0.0-r0) (19/29) Installing py3-installer (0.5.1-r1) (20/29) Installing py3-atomicwrites (1.4.0-r2) (21/29) Installing py3-attrs (21.4.0-r0) (22/29) Installing py3-more-itertools (8.13.0-r0) (23/29) Installing py3-iniconfig (1.1.1-r2) (24/29) Installing py3-py (1.10.0-r2) (25/29) Installing py3-wcwidth (0.2.5-r2) (26/29) Installing py3-toml (0.10.2-r3) (27/29) Installing py3-pygments (2.11.2-r0) (28/29) Installing py3-pytest (6.2.5-r2) (29/29) Installing .makedepends-py3-terminado (20220518.234056) Executing busybox-1.35.0-r13.trigger OK: 396 MiB in 124 packages >>> py3-terminado: Cleaning up srcdir >>> py3-terminado: Cleaning up pkgdir >>> py3-terminado: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-terminado-0.15.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-terminado: Fetching py3-terminado-0.15.0.tar.gz::https://github.com/jupyter/terminado/archive/refs/tags/v0.15.0.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27779 0 27779 0 0 35543 0 --:--:-- --:--:-- --:--:-- 69101 >>> py3-terminado: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-terminado-0.15.0.tar.gz >>> py3-terminado: Checking sha512sums... py3-terminado-0.15.0.tar.gz: OK bash.patch: OK test_get_pid.patch: OK >>> py3-terminado: Unpacking /var/cache/distfiles/v3.16/py3-terminado-0.15.0.tar.gz... >>> py3-terminado: bash.patch patching file terminado/tests/basic_test.py >>> py3-terminado: test_get_pid.patch patching file terminado/tests/basic_test.py * Building wheel... Successfully built terminado-0.15.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-terminado/src/terminado-0.15.0, configfile: pyproject.toml, testpaths: terminado/tests/ collected 8 items terminado/tests/basic_test.py ........ [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: timeout self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") terminado/tests/basic_test.py: 64 warnings /usr/lib/python3.10/site-packages/tornado/ioloop.py:263: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() terminado/tests/basic_test.py::CommonTests::test_basic terminado/tests/basic_test.py::CommonTests::test_basic_command terminado/tests/basic_test.py::NamedTermTests::test_max_terminals terminado/tests/basic_test.py::NamedTermTests::test_namespace terminado/tests/basic_test.py::NamedTermTests::test_new terminado/tests/basic_test.py::SingleTermTests::test_single_process terminado/tests/basic_test.py::UniqueTermTests::test_max_terminals terminado/tests/basic_test.py::UniqueTermTests::test_unique_processes /usr/lib/python3.10/site-packages/tornado/platform/asyncio.py:326: DeprecationWarning: There is no current event loop self.old_asyncio = asyncio.get_event_loop() terminado/tests/basic_test.py: 43 warnings /usr/lib/python3.10/site-packages/tornado/platform/asyncio.py:193: DeprecationWarning: There is no current event loop old_loop = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/warnings.html ============================= slowest 10 durations ============================= 8.41s call terminado/tests/basic_test.py::NamedTermTests::test_namespace 6.72s call terminado/tests/basic_test.py::UniqueTermTests::test_max_terminals 6.53s call terminado/tests/basic_test.py::NamedTermTests::test_max_terminals 6.49s call terminado/tests/basic_test.py::CommonTests::test_basic_command 4.30s call terminado/tests/basic_test.py::UniqueTermTests::test_unique_processes 4.26s call terminado/tests/basic_test.py::SingleTermTests::test_single_process 0.37s call terminado/tests/basic_test.py::CommonTests::test_basic 0.12s call terminado/tests/basic_test.py::NamedTermTests::test_new (2 durations < 0.005s hidden. Use -vv to show these durations.) ======================= 8 passed, 116 warnings in 37.39s ======================= >>> py3-terminado: Entering fakeroot... >>> py3-terminado*: Running postcheck for py3-terminado >>> py3-terminado*: Preparing package py3-terminado... >>> py3-terminado*: Tracing dependencies... >>> py3-terminado*: Package size: 168.0 KB >>> py3-terminado*: Compressing data... >>> py3-terminado*: Create checksum... >>> py3-terminado*: Create py3-terminado-0.15.0-r0.apk >>> py3-terminado: Build complete at Wed, 18 May 2022 23:41:38 +0000 elapsed time 0h 0m 43s >>> py3-terminado: Cleaning up srcdir >>> py3-terminado: Cleaning up pkgdir >>> py3-terminado: Uninstalling dependencies... (1/29) Purging .makedepends-py3-terminado (20220518.234056) (2/29) Purging py3-ptyprocess (0.7.0-r2) (3/29) Purging py3-tornado (6.1-r2) (4/29) Purging py3-build (0.7.0-r2) (5/29) Purging py3-pep517 (0.12.0-r2) (6/29) Purging py3-hatchling (1.0.0-r0) (7/29) Purging py3-editables (0.3-r0) (8/29) Purging py3-pathspec (0.9.0-r1) (9/29) Purging py3-tomli (2.0.1-r1) (10/29) Purging py3-installer (0.5.1-r1) (11/29) Purging py3-pytest (6.2.5-r2) (12/29) Purging py3-atomicwrites (1.4.0-r2) (13/29) Purging py3-attrs (21.4.0-r0) (14/29) Purging py3-more-itertools (8.13.0-r0) (15/29) Purging py3-iniconfig (1.1.1-r2) (16/29) Purging py3-pluggy (1.0.0-r0) (17/29) Purging py3-py (1.10.0-r2) (18/29) Purging py3-wcwidth (0.2.5-r2) (19/29) Purging py3-packaging (21.3-r0) (20/29) Purging py3-parsing (2.4.7-r3) (21/29) Purging py3-six (1.16.0-r1) (22/29) Purging py3-toml (0.10.2-r3) (23/29) Purging py3-pygments (2.11.2-r0) (24/29) Purging python3 (3.10.4-r0) (25/29) Purging libffi (3.4.2-r1) (26/29) Purging gdbm (1.23-r0) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.2-r0) (29/29) Purging sqlite-libs (3.38.5-r0) Executing busybox-1.35.0-r13.trigger OK: 327 MiB in 95 packages >>> py3-terminado: Updating the community/s390x repository index... >>> py3-terminado: Signing the index...