>>> py3-pexpect: Building main/py3-pexpect 4.8.0-r4 (using abuild 3.10.0_rc1-r2) started Tue, 22 Nov 2022 22:14: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-r4) (2/22) Installing libffi (3.4.4-r0) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.8-r0) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.2.0-r0) (7/22) Installing sqlite-libs (3.40.0-r0) (8/22) Installing python3 (3.11.0-r1) (9/22) Installing py3-ptyprocess (0.7.0-r4) (10/22) Installing py3-parsing (3.0.9-r1) (11/22) Installing py3-packaging (21.3-r3) (12/22) Installing py3-setuptools (65.6.0-r1) (13/22) Installing py3-attrs (22.1.0-r1) (14/22) Installing py3-iniconfig (1.1.1-r4) (15/22) Installing py3-pluggy (1.0.0-r2) (16/22) Installing py3-py (1.11.0-r1) (17/22) Installing py3-pytest (7.2.0-r2) (18/22) Installing bash (5.2.9-r0) Executing bash-5.2.9-r0.post-install (19/22) Installing skalibs (2.12.0.1-r0) (20/22) Installing utmps-libs (0.1.2.0-r1) (21/22) Installing coreutils (9.1-r0) (22/22) Installing .makedepends-py3-pexpect (20221122.221458) Executing busybox-1.35.0-r29.trigger OK: 382 MiB in 119 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 162k 29 49134 0 0 54869 0 0:00:03 --:--:-- 0:00:03 54837 100 162k 100 162k 0 0 153k 0 0:00:01 0:00:01 --:--:-- 153k >>> 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.0, pytest-7.2.0, 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_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, 59 warnings in 161.35s (0:02:41) ========== >>> 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*: Running postcheck for py3-pexpect >>> py3-pexpect*: Preparing package py3-pexpect... >>> py3-pexpect*: Tracing dependencies... >>> py3-pexpect*: Package size: 496.0 KB >>> py3-pexpect*: Compressing data... >>> py3-pexpect*: Create checksum... >>> py3-pexpect*: Create py3-pexpect-4.8.0-r4.apk >>> py3-pexpect: Build complete at Tue, 22 Nov 2022 22:17:43 +0000 elapsed time 0h 2m 45s >>> py3-pexpect: Cleaning up srcdir >>> py3-pexpect: Cleaning up pkgdir >>> py3-pexpect: Uninstalling dependencies... (1/22) Purging .makedepends-py3-pexpect (20221122.221458) (2/22) Purging py3-ptyprocess (0.7.0-r4) (3/22) Purging py3-setuptools (65.6.0-r1) (4/22) Purging py3-pytest (7.2.0-r2) (5/22) Purging py3-attrs (22.1.0-r1) (6/22) Purging py3-iniconfig (1.1.1-r4) (7/22) Purging py3-packaging (21.3-r3) (8/22) Purging py3-parsing (3.0.9-r1) (9/22) Purging py3-pluggy (1.0.0-r2) (10/22) Purging py3-py (1.11.0-r1) (11/22) Purging python3 (3.11.0-r1) (12/22) Purging bash (5.2.9-r0) Executing bash-5.2.9-r0.pre-deinstall (13/22) Purging coreutils (9.1-r0) Executing coreutils-9.1-r0.post-deinstall (14/22) Purging libbz2 (1.0.8-r4) (15/22) Purging libffi (3.4.4-r0) (16/22) Purging gdbm (1.23-r0) (17/22) Purging xz-libs (5.2.8-r0) (18/22) Purging mpdecimal (2.5.1-r1) (19/22) Purging readline (8.2.0-r0) (20/22) Purging sqlite-libs (3.40.0-r0) (21/22) Purging utmps-libs (0.1.2.0-r1) (22/22) Purging skalibs (2.12.0.1-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-pexpect: Updating the main/ppc64le repository index... >>> py3-pexpect: Signing the index...