>>> py3-pexpect: Building main/py3-pexpect 4.8.0-r3 (using abuild 3.9.0-r2) started Wed, 27 Jul 2022 23:29:44 +0000 >>> py3-pexpect: Checking sanity of /home/buildozer/aports/main/py3-pexpect/APKBUILD... >>> py3-pexpect: Analyzing dependencies... >>> py3-pexpect: Installing for build: build-base python3 py3-ptyprocess py3-setuptools py3-pytest bash coreutils (1/30) Installing libbz2 (1.0.8-r1) (2/30) Installing libffi (3.4.2-r1) (3/30) Installing gdbm (1.23-r0) (4/30) Installing xz-libs (5.2.5-r1) (5/30) Installing mpdecimal (2.5.1-r1) (6/30) Installing readline (8.1.2-r0) (7/30) Installing sqlite-libs (3.39.2-r0) (8/30) Installing python3 (3.10.5-r0) (9/30) Installing py3-ptyprocess (0.7.0-r3) (10/30) Installing py3-appdirs (1.4.4-r4) (11/30) Installing py3-more-itertools (8.13.0-r0) (12/30) Installing py3-ordered-set (4.0.2-r4) (13/30) Installing py3-parsing (2.4.7-r4) (14/30) Installing py3-six (1.16.0-r2) (15/30) Installing py3-packaging (21.3-r1) (16/30) Installing py3-setuptools (59.4.0-r0) (17/30) Installing py3-atomicwrites (1.4.1-r0) (18/30) Installing py3-attrs (21.4.0-r0) (19/30) Installing py3-iniconfig (1.1.1-r3) (20/30) Installing py3-pluggy (1.0.0-r0) (21/30) Installing py3-py (1.10.0-r2) (22/30) Installing py3-pygments (2.11.2-r0) (23/30) Installing py3-tomli (2.0.1-r1) (24/30) Installing py3-wcwidth (0.2.5-r2) (25/30) Installing py3-pytest (7.1.2-r1) (26/30) Installing bash (5.1.16-r2) Executing bash-5.1.16-r2.post-install (27/30) Installing skalibs (2.12.0.0-r0) (28/30) Installing utmps-libs (0.1.2.0-r1) (29/30) Installing coreutils (9.1-r0) (30/30) Installing .makedepends-py3-pexpect (20220727.232944) Executing busybox-1.35.0-r20.trigger OK: 305 MiB in 122 packages >>> py3-pexpect: Cleaning up srcdir >>> py3-pexpect: Cleaning up pkgdir >>> py3-pexpect: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-pexpect-4.8.0.tar.gz >>> py3-pexpect: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-pexpect-4.8.0.tar.gz >>> py3-pexpect: Checking sha512sums... py3-pexpect-4.8.0.tar.gz: OK >>> py3-pexpect: Unpacking /var/cache/distfiles/edge/py3-pexpect-4.8.0.tar.gz... /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/pexpect copying pexpect/utils.py -> build/lib/pexpect copying pexpect/FSM.py -> build/lib/pexpect copying pexpect/fdpexpect.py -> build/lib/pexpect copying pexpect/screen.py -> build/lib/pexpect copying pexpect/pty_spawn.py -> build/lib/pexpect copying pexpect/popen_spawn.py -> build/lib/pexpect copying pexpect/pxssh.py -> build/lib/pexpect copying pexpect/replwrap.py -> build/lib/pexpect copying pexpect/__init__.py -> build/lib/pexpect copying pexpect/_async.py -> build/lib/pexpect copying pexpect/spawnbase.py -> build/lib/pexpect copying pexpect/run.py -> build/lib/pexpect copying pexpect/expect.py -> build/lib/pexpect copying pexpect/ANSI.py -> build/lib/pexpect copying pexpect/exceptions.py -> build/lib/pexpect copying pexpect/bashrc.sh -> build/lib/pexpect ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0, configfile: setup.cfg collected 234 items / 13 deselected / 221 selected tests/test_FSM.py . [ 0%] tests/test_ansi.py ......... [ 4%] tests/test_async.py ........ [ 8%] tests/test_command_list_split.py . [ 8%] tests/test_constructor.py .. [ 9%] tests/test_ctrl_chars.py ..... [ 11%] tests/test_delay.py .. [ 12%] tests/test_destructor.py . [ 13%] tests/test_dotall.py .. [ 14%] tests/test_env.py .... [ 15%] tests/test_expect.py ................................... [ 31%] tests/test_filedescriptor.py ..... [ 33%] tests/test_interact.py ... [ 35%] tests/test_isalive.py ......... [ 39%] tests/test_log.py .... [ 41%] tests/test_misc.py .............................. [ 54%] tests/test_missing_command.py . [ 55%] tests/test_performance.py . [ 55%] tests/test_pickling.py . [ 56%] tests/test_popen_spawn.py ........... [ 61%] tests/test_pxssh.py .................. [ 69%] tests/test_repr.py ... [ 70%] tests/test_run.py ............... [ 77%] tests/test_screen.py ........... [ 82%] tests/test_socket.py ............. [ 88%] tests/test_timeout_pattern.py ..... [ 90%] tests/test_unicode.py ........... [ 95%] tests/test_which.py ....... [ 98%] tests/test_winsize.py ... [100%] =============================== warnings summary =============================== pexpect/ANSI.py:29 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/pexpect/ANSI.py:29: UserWarning: pexpect.screen and pexpect.ANSI are deprecated. We recommend using pyte to emulate a terminal screen: https://pypi.python.org/pypi/pyte from . import screen tests/test_async.py::AsyncTests::test_async_and_gc /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/pexpect/_async.py:8: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def expect_async(expecter, timeout=None): tests/test_async.py::AsyncTests::test_async_and_gc /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/pexpect/_async.py:31: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def repl_run_command_async(repl, cmdlines, timeout=-1): tests/test_async.py: 16 warnings /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_async.py:15: DeprecationWarning: There is no current event loop return asyncio.get_event_loop().run_until_complete(coro) tests/test_expect.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_expect.py:572: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_expect.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_expect.py:574: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_expect.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_expect.py:576: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_expect.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_expect.py:578: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_misc.py::TestCaseMisc::test_bad_arguments_suggest_fdpsawn /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_misc.py:227: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(pexpect.ExceptionPexpect, tests/test_misc.py::TestCaseMisc::test_bad_child_pid /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_misc.py:217: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(pexpect.ExceptionPexpect, tests/test_popen_spawn.py: 12 warnings /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/pexpect/popen_spawn.py:60: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead self._read_thread.setDaemon(True) tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_popen_spawn.py:113: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_popen_spawn.py:115: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_popen_spawn.py:117: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_popen_spawn.py:119: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(TypeError, '.*must be one of'): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========= 221 passed, 13 deselected, 41 warnings in 162.37s (0:02:42) ========== >>> py3-pexpect: Entering fakeroot... /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/main/py3-pexpect/pkg creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10 creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages creating /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/utils.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/FSM.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/fdpexpect.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/screen.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/pty_spawn.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/bashrc.sh -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/popen_spawn.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/pxssh.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/replwrap.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/__init__.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/_async.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/spawnbase.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/run.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/expect.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/ANSI.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect copying build/lib/pexpect/exceptions.py -> /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/FSM.py to FSM.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/fdpexpect.py to fdpexpect.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/screen.py to screen.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/pty_spawn.py to pty_spawn.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/popen_spawn.py to popen_spawn.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/pxssh.py to pxssh.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/replwrap.py to replwrap.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/_async.py to _async.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/spawnbase.py to spawnbase.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/run.py to run.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/expect.py to expect.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/ANSI.py to ANSI.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect/exceptions.py to exceptions.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.10/site-packages/pexpect-4.8.0-py3.10.egg-info >>> py3-pexpect*: Running postcheck for py3-pexpect >>> py3-pexpect*: Preparing package py3-pexpect... >>> py3-pexpect*: Tracing dependencies... >>> py3-pexpect*: Package size: 412.0 KB >>> py3-pexpect*: Compressing data... >>> py3-pexpect*: Create checksum... >>> py3-pexpect*: Create py3-pexpect-4.8.0-r3.apk >>> py3-pexpect: Build complete at Wed, 27 Jul 2022 23:32:29 +0000 elapsed time 0h 2m 45s >>> py3-pexpect: Cleaning up srcdir >>> py3-pexpect: Cleaning up pkgdir >>> py3-pexpect: Uninstalling dependencies... (1/30) Purging .makedepends-py3-pexpect (20220727.232944) (2/30) Purging py3-ptyprocess (0.7.0-r3) (3/30) Purging py3-setuptools (59.4.0-r0) (4/30) Purging py3-appdirs (1.4.4-r4) (5/30) Purging py3-ordered-set (4.0.2-r4) (6/30) Purging py3-pytest (7.1.2-r1) (7/30) Purging py3-atomicwrites (1.4.1-r0) (8/30) Purging py3-attrs (21.4.0-r0) (9/30) Purging py3-iniconfig (1.1.1-r3) (10/30) Purging py3-more-itertools (8.13.0-r0) (11/30) Purging py3-packaging (21.3-r1) (12/30) Purging py3-parsing (2.4.7-r4) (13/30) Purging py3-pluggy (1.0.0-r0) (14/30) Purging py3-py (1.10.0-r2) (15/30) Purging py3-pygments (2.11.2-r0) (16/30) Purging py3-six (1.16.0-r2) (17/30) Purging py3-tomli (2.0.1-r1) (18/30) Purging py3-wcwidth (0.2.5-r2) (19/30) Purging python3 (3.10.5-r0) (20/30) Purging bash (5.1.16-r2) Executing bash-5.1.16-r2.pre-deinstall (21/30) Purging coreutils (9.1-r0) Executing coreutils-9.1-r0.post-deinstall (22/30) Purging libbz2 (1.0.8-r1) (23/30) Purging libffi (3.4.2-r1) (24/30) Purging gdbm (1.23-r0) (25/30) Purging xz-libs (5.2.5-r1) (26/30) Purging mpdecimal (2.5.1-r1) (27/30) Purging readline (8.1.2-r0) (28/30) Purging sqlite-libs (3.39.2-r0) (29/30) Purging utmps-libs (0.1.2.0-r1) (30/30) Purging skalibs (2.12.0.0-r0) Executing busybox-1.35.0-r20.trigger OK: 231 MiB in 92 packages >>> py3-pexpect: Updating the main/ppc64le repository index... >>> py3-pexpect: Signing the index...