Fix typo in Lib/trace.py by Jongy · Pull Request #24309 · python/cpython
remote: Enumerating objects: 7, done. remote: Counting objects: 14% (1/7) remote: Counting objects: 28% (2/7) remote: Counting objects: 42% (3/7) remote: Counting objects: 57% (4/7) remote: Counting objects: 71% (5/7) remote: Counting objects: 85% (6/7) remote: Counting objects: 100% (7/7) remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. remote: Total 4 (delta 3), reused 3 (delta 2), pack-reused 0 From https://github.com/python/cpython * branch master -> FETCH_HEAD Reset branch 'master' /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/distutils/__init__.py:16: DeprecationWarning: The distutils package deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives warnings.warn("The distutils package deprecated and slated for " /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/distutils/__init__.py:16: DeprecationWarning: The distutils package deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives warnings.warn("The distutils package deprecated and slated for " /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/distutils/__init__.py:16: DeprecationWarning: The distutils package deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives warnings.warn("The distutils package deprecated and slated for " test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_winreg skipped -- No module named 'winreg' test_winconsoleio skipped -- test only relevant on win32 test_winsound skipped -- No module named 'winsound' <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok ---------------------------------------------------------------------- Ran 24 tests in 6.432s OK (skipped=2) test_msilib skipped -- No module named '_msi' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_devpoll skipped -- test works only on Solaris OS family test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_kqueue skipped -- test works only on BSD /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/distutils/__init__.py:16: DeprecationWarning: The distutils package deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives warnings.warn("The distutils package deprecated and slated for " /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/distutils/__init__.py:16: DeprecationWarning: The distutils package deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives warnings.warn("The distutils package deprecated and slated for " test_ioctl skipped -- Unable to open /dev/tty test_nis skipped -- No module named 'nis' test_startfile skipped -- object <module 'os' from '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/os.py'> has no attribute 'startfile' Timeout (0:15:00)! Thread 0x000003ffb97f8b30 (most recent call first): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/selectors.py", line 469 in select File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 1845 in _run_once File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 595 in run_forever File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 628 in run_until_complete File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_asyncio/test_subprocess.py", line 190 in test_terminate File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 592 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 652 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/runner.py", line 176 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/support/__init__.py", line 959 in _run_suite File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/support/__init__.py", line 1082 in run_unittest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 659 in _main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/regrtest.py", line 43 in _main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/regrtest.py", line 47 in <module> File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/runpy.py", line 87 in _run_code File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/runpy.py", line 197 in _run_module_as_main Timeout (0:15:00)! Thread 0x000003ff98578b30 (most recent call first): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/selectors.py", line 469 in select File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 1845 in _run_once File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 595 in run_forever File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/asyncio/base_events.py", line 628 in run_until_complete File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_asyncio/test_subprocess.py", line 190 in test_terminate File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 592 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/case.py", line 652 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/unittest/runner.py", line 176 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/support/__init__.py", line 959 in _run_suite File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/support/__init__.py", line 1082 in run_unittest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 696 in _main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/__main__.py", line 2 in <module> File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/runpy.py", line 87 in _run_code File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/runpy.py", line 197 in _run_module_as_main make: *** [Makefile:1228: buildbottest] Error 1 Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/test-results.xml' for upload