>>> py3-pexpect: Building main/py3-pexpect 4.8.0-r5 (using abuild 3.11.0_rc10-r0) started Tue, 18 Apr 2023 18:07:58 +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/22) Installing libbz2 (1.0.8-r5) (2/22) Installing libffi (3.4.4-r2) (3/22) Installing gdbm (1.23-r1) (4/22) Installing xz-libs (5.4.2-r1) (5/22) Installing mpdecimal (2.5.1-r2) (6/22) Installing libpanelw (6.4_p20230401-r4) (7/22) Installing readline (8.2.1-r1) (8/22) Installing sqlite-libs (3.41.2-r2) (9/22) Installing python3 (3.11.3-r9) (10/22) Installing py3-ptyprocess (0.7.0-r5) (11/22) Installing py3-parsing (3.0.9-r2) (12/22) Installing py3-packaging (23.1-r1) (13/22) Installing py3-setuptools (67.6.1-r1) (14/22) Installing py3-iniconfig (1.1.1-r6) (15/22) Installing py3-pluggy (1.0.0-r3) (16/22) Installing py3-py (1.11.0-r2) (17/22) Installing py3-pytest (7.3.1-r1) (18/22) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (19/22) Installing skalibs (2.13.1.1-r1) (20/22) Installing utmps-libs (0.1.2.1-r1) (21/22) Installing coreutils (9.3-r1) (22/22) Installing .makedepends-py3-pexpect (20230418.180759) Executing busybox-1.36.0-r7.trigger OK: 334 MiB in 120 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 python3.11.patch: OK >>> py3-pexpect: Unpacking /var/cache/distfiles/py3-pexpect-4.8.0.tar.gz... >>> py3-pexpect: python3.11.patch patching file pexpect/_async.py ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, 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_ansi.py:239 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_ansi.py:239: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(ansiTestCase,'test') tests/test_command_list_split.py:40 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_command_list_split.py:40: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(SplitCommandLineTestCase,'test') tests/test_constructor.py:47 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_constructor.py:47: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseConstructor,'test') tests/test_ctrl_chars.py:127 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_ctrl_chars.py:127: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCtrlChars,'test') tests/test_destructor.py:83 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_destructor.py:83: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseDestructor,'test') tests/test_dotall.py:42 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_dotall.py:42: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseDotall,'test') tests/test_expect.py:643 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_expect.py:643: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(ExpectTestCase, 'test') tests/test_filedescriptor.py:72 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_filedescriptor.py:72: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(ExpectTestCase, 'test') tests/test_interact.py:100 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_interact.py:100: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(InteractTestCase, 'test') tests/test_isalive.py:124 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_isalive.py:124: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(IsAliveTestCase, 'test') tests/test_log.py:107 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_log.py:107: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseLog,'test') tests/test_misc.py:373 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_misc.py:373: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseMisc,'test') tests/test_missing_command.py:37 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_missing_command.py:37: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(MissingCommandTestCase,'test') tests/test_performance.py:113 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_performance.py:113: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(PerformanceTestCase,'test') tests/test_popen_spawn.py:139 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_popen_spawn.py:139: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(ExpectTestCase, 'test') tests/test_screen.py:285 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_screen.py:285: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(screenTestCase,'test') tests/test_socket.py:280 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_socket.py:280: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(ExpectTestCase, 'test') tests/test_timeout_pattern.py:92 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_timeout_pattern.py:92: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(Exp_TimeoutTestCase,'test') tests/test_unicode.py:187 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_unicode.py:187: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(UnicodeTests, 'test') tests/test_winsize.py:58 /home/buildozer/aports/main/py3-pexpect/src/pexpect-4.8.0/tests/test_winsize.py:58: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite = unittest.makeSuite(TestCaseWinsize,'test') 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, 43 warnings in 165.48s (0:02:45) ========== >>> py3-pexpect: Entering fakeroot... /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( no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution >>> py3-pexpect-pyc*: Running split function pyc... renamed '/home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect/usr/lib/python3.11/site-packages/pexpect/__pycache__' -> '/home/buildozer/aports/main/py3-pexpect/pkg/py3-pexpect-pyc/usr/lib/python3.11/site-packages/pexpect/__pycache__' >>> py3-pexpect-pyc*: Preparing subpackage py3-pexpect-pyc... >>> py3-pexpect-pyc*: Running postcheck for py3-pexpect-pyc >>> py3-pexpect*: Running postcheck for py3-pexpect >>> py3-pexpect*: Preparing package py3-pexpect... >>> py3-pexpect-pyc*: Tracing dependencies... python3 py3-ptyprocess python3~3.11 >>> py3-pexpect-pyc*: Package size: 268.0 KB >>> py3-pexpect-pyc*: Compressing data... >>> py3-pexpect-pyc*: Create checksum... >>> py3-pexpect-pyc*: Create py3-pexpect-pyc-4.8.0-r5.apk >>> py3-pexpect*: Tracing dependencies... python3 py3-ptyprocess python3~3.11 >>> py3-pexpect*: Package size: 252.0 KB >>> py3-pexpect*: Compressing data... >>> py3-pexpect*: Create checksum... >>> py3-pexpect*: Create py3-pexpect-4.8.0-r5.apk >>> py3-pexpect: Build complete at Tue, 18 Apr 2023 18:10:49 +0000 elapsed time 0h 2m 51s >>> py3-pexpect: Cleaning up srcdir >>> py3-pexpect: Cleaning up pkgdir >>> py3-pexpect: Uninstalling dependencies... (1/22) Purging .makedepends-py3-pexpect (20230418.180759) (2/22) Purging py3-ptyprocess (0.7.0-r5) (3/22) Purging py3-setuptools (67.6.1-r1) (4/22) Purging py3-pytest (7.3.1-r1) (5/22) Purging py3-iniconfig (1.1.1-r6) (6/22) Purging py3-packaging (23.1-r1) (7/22) Purging py3-parsing (3.0.9-r2) (8/22) Purging py3-pluggy (1.0.0-r3) (9/22) Purging py3-py (1.11.0-r2) (10/22) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (11/22) Purging coreutils (9.3-r1) Executing coreutils-9.3-r1.post-deinstall (12/22) Purging utmps-libs (0.1.2.1-r1) (13/22) Purging python3 (3.11.3-r9) (14/22) Purging gdbm (1.23-r1) (15/22) Purging libbz2 (1.0.8-r5) (16/22) Purging libffi (3.4.4-r2) (17/22) Purging libpanelw (6.4_p20230401-r4) (18/22) Purging mpdecimal (2.5.1-r2) (19/22) Purging readline (8.2.1-r1) (20/22) Purging skalibs (2.13.1.1-r1) (21/22) Purging sqlite-libs (3.41.2-r2) (22/22) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 292 MiB in 98 packages >>> py3-pexpect: Updating the main/ppc64le repository index... >>> py3-pexpect: Signing the index...