Title: A bunch of CI failures on `main` branch · Issue #97983 · python/cpython · GitHub
Open Graph Title: A bunch of CI failures on `main` branch · Issue #97983 · python/cpython
X Title: A bunch of CI failures on `main` branch · Issue #97983 · python/cpython
Description: The CI does not look good. There are multiple failures, they are unrelated, but all do happen on random commits. Grouping them in one meta issue for now. asyncio failures: =================================================================...
Open Graph Description: The CI does not look good. There are multiple failures, they are unrelated, but all do happen on random commits. Grouping them in one meta issue for now. asyncio failures: =========================...
X Description: The CI does not look good. There are multiple failures, they are unrelated, but all do happen on random commits. Grouping them in one meta issue for now. asyncio failures: =========================...
Opengraph URL: https://github.com/python/cpython/issues/97983
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"A bunch of CI failures on `main` branch","articleBody":"The CI does not look good. There are multiple failures, they are unrelated, but all do happen on *random* commits.\r\n\r\nGrouping them in one meta issue for now.\r\n\r\n- [ ] `asyncio` failures:\r\n\r\n```\r\n======================================================================\r\nFAIL: test_subprocess_shell (test.test_asyncio.test_events.KqueueEventLoopTests.test_subprocess_shell)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File \"/Users/runner/work/cpython/cpython/Lib/test/test_asyncio/test_events.py\", line 1813, in test_subprocess_shell\r\n self.assertEqual(proto.data[1].rstrip(b'\\r\\n'), b'Python')\r\nAssertionError: b'' != b'Python'\r\n```\r\n\r\nCI link: https://github.com/python/cpython/actions/runs/3193117202/jobs/5211355431#step:7:3155\r\nCommit: https://github.com/python/cpython/commit/b44372e03c5461b6ad3d89763a9eb6cb82df07a4\r\n\r\n- [ ] Altered environment on Windows:\r\n\r\n```\r\n Traceback (most recent call last):\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 483, in temp_dir\r\n yield path\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 536, in temp_cwd\r\n yield cwd_dir\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\libregrtest\\main.py\", line 701, in main\r\n self._main(tests, kwargs)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\libregrtest\\main.py\", line 758, in _main\r\n sys.exit(0)\r\nSystemExit: 0\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\__init__.py\", line 203, in _force_run\r\n return func(*args)\r\n ^^^^^^^^^^^\r\nPermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\\\a\\\\cpython\\\\cpython\\\\build\\\\test_python_5740�\\\\test_python_worker_5604�'\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File \"D:\\a\\cpython\\cpython\\Lib\\runpy.py\", line 198, in _run_module_as_main\r\n return _run_code(code, main_globals, None,\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"D:\\a\\cpython\\cpython\\Lib\\runpy.py\", line 88, in _run_code\r\n exec(code, run_globals)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\__main__.py\", line 2, in \u003cmodule\u003e\r\n main()\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\libregrtest\\main.py\", line 763, in main\r\n Regrtest().main(tests=tests, **kwargs)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\libregrtest\\main.py\", line 695, in main\r\n with os_helper.temp_cwd(test_cwd, quiet=True):\r\n File \"D:\\a\\cpython\\cpython\\Lib\\contextlib.py\", line 155, in __exit__\r\n self.gen.throw(value)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 534, in temp_cwd\r\n with temp_dir(path=name, quiet=quiet) as temp_path:\r\n File \"D:\\a\\cpython\\cpython\\Lib\\contextlib.py\", line 155, in __exit__\r\n self.gen.throw(value)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 488, in temp_dir\r\n rmtree(path)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 445, in rmtree\r\n _rmtree(path)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 388, in _rmtree\r\n _waitfor(_rmtree_inner, path, waitall=True)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 333, in _waitfor\r\n func(pathname)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\os_helper.py\", line 385, in _rmtree_inner\r\n _force_run(fullname, os.rmdir, fullname)\r\n File \"D:\\a\\cpython\\cpython\\Lib\\test\\support\\__init__.py\", line 214, in _force_run\r\n return func(*args)\r\n ^^^^^^^^^^^\r\nPermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\\\a\\\\cpython\\\\cpython\\\\build\\\\test_python_5740�\\\\test_python_worker_5604�'\r\n\r\n== Tests result: FAILURE then SUCCESS ==\r\n\r\n403 tests OK.\r\n\r\n2 tests altered the execution environment:\r\n test_distutils test_peg_generator\r\n\r\n1 re-run test:\r\n test_asyncio\r\n```\r\n\r\nCI link: https://github.com/python/cpython/actions/runs/3193117202/jobs/5211355655#step:6:2850\r\nCommit: https://github.com/python/cpython/commit/b44372e03c5461b6ad3d89763a9eb6cb82df07a4\r\n\r\n- [ ] Env changed in buildbot\r\n\r\n```\r\n== Tests result: ENV CHANGED ==\r\n410 tests OK.\r\n\r\n1 test altered the execution environment:\r\n test_subprocess\r\n\r\nTotal duration: 8 min 25 sec\r\nTests result: ENV CHANGED\r\nmake: *** [buildbottest] Error 3\r\n```\r\n\r\nCI link: https://buildbot.python.org/all/#/builders/725/builds/2739\r\nCommit: https://github.com/python/cpython/commit/23e83a84651bbcf1f3778baf3ab0b4cbfead75e3","author":{"url":"https://github.com/sobolevn","@type":"Person","name":"sobolevn"},"datePublished":"2022-10-06T18:23:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/97983/cpython/issues/97983"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:443eac80-60c1-8480-e4c0-be547e1644a6 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E6A2:12A5F2:1CB7A2:2637B2:6969BE8F |
| html-safe-nonce | d03f34f9ed6cc0af8a786aaf37b4a86996507f6ea2595e097401879a6169cfd5 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNkEyOjEyQTVGMjoxQ0I3QTI6MjYzN0IyOjY5NjlCRThGIiwidmlzaXRvcl9pZCI6IjM2MzAwMzY3ODE4Nzc1NDI1NDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | dc80d5f19eee98d2fc51d3c0a31f082f1833ba09d9222032faef886b9499bd8b |
| hovercard-subject-tag | issue:1400118573 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/97983/issue_layout |
| twitter:image | https://opengraph.githubassets.com/57b5feaed196dbccae0bd71bb907bfef33e81f5558f92355e5f1843628e807d7/python/cpython/issues/97983 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/57b5feaed196dbccae0bd71bb907bfef33e81f5558f92355e5f1843628e807d7/python/cpython/issues/97983 |
| og:image:alt | The CI does not look good. There are multiple failures, they are unrelated, but all do happen on random commits. Grouping them in one meta issue for now. asyncio failures: =========================... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | sobolevn |
| hostname | github.com |
| expected-hostname | github.com |
| None | acedec8b5f975d9e3d494ddd8f949b0b8a0de59d393901e26f73df9dcba80056 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 83c08c21cdda978090dc44364b71aa5bc6dcea79 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width