Title: TEST failed: test_posix · Issue #126863 · python/cpython · GitHub
Open Graph Title: TEST failed: test_posix · Issue #126863 · python/cpython
X Title: TEST failed: test_posix · Issue #126863 · python/cpython
Description: Os fedora 41 podman run Ubuntu 24.04 root@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a Linux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux root@4e3e51c58d...
Open Graph Description: Os fedora 41 podman run Ubuntu 24.04 root@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a Linux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64...
X Description: Os fedora 41 podman run Ubuntu 24.04 root@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a Linux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64...
Opengraph URL: https://github.com/python/cpython/issues/126863
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"TEST failed: test_posix","articleBody":"Os fedora 41 podman run Ubuntu 24.04\r\n\r\n```\r\nroot@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a\r\nLinux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux\r\nroot@4e3e51c58d28:~/workspace/ROCmLol/build/Python# cat /etc/os-release\r\nPRETTY_NAME=\"Ubuntu 24.04.1 LTS\"\r\nNAME=\"Ubuntu\"\r\nVERSION_ID=\"24.04\"\r\nVERSION=\"24.04.1 LTS (Noble Numbat)\"\r\nVERSION_CODENAME=noble\r\nID=ubuntu\r\nID_LIKE=debian\r\nHOME_URL=\"https://www.ubuntu.com/\"\r\nSUPPORT_URL=\"https://help.ubuntu.com/\"\r\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\r\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\r\nUBUNTU_CODENAME=noble\r\nLOGO=ubuntu-logo\r\nroot@4e3e51c58d28:~/workspace/ROCmLol/build/Python#\r\n```\r\n\r\n# Bug report\r\n\r\n```text\r\n== Tests result: FAILURE ==\r\n\r\n17 tests skipped:\r\n test.test_asyncio.test_windows_events\r\n test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace\r\n test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full\r\n test.test_gdb.test_misc test.test_gdb.test_pretty_print\r\n test_devpoll test_ioctl test_kqueue test_launcher test_msilib\r\n test_startfile test_winapi test_winconsoleio test_winreg test_wmi\r\n\r\n6 tests skipped (resource denied):\r\n test_ossaudiodev test_tix test_tkinter test_ttk test_winsound\r\n test_zipfile64\r\n\r\n1 test failed:\r\n test_posix\r\n\r\n466 tests OK.\r\n\r\n0:01:39 load avg: 4.15 Re-running 1 failed tests in verbose mode in subprocesses\r\n0:01:39 load avg: 4.15 Run 1 test in parallel using 1 worker process\r\n0:01:39 load avg: 4.15 [1/1/1] test_posix failed (3 errors)\r\nRe-running test_posix in verbose mode (matching: test_chown, test_fchown, test_lchown)\r\ntest_chown (test.test_posix.PosixTester.test_chown) ... ERROR\r\ntest_fchown (test.test_posix.PosixTester.test_fchown) ... ERROR\r\ntest_lchown (test.test_posix.PosixTester.test_lchown) ... ERROR\r\ntest_chown (test.test_posix.TestPosixWeaklinking.test_chown) ... skipped 'test weak linking on macOS'\r\n\r\n======================================================================\r\nERROR: test_chown (test.test_posix.PosixTester.test_chown)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 816, in test_chown\r\n self._test_all_chown_common(posix.chown, os_helper.TESTFN, posix.stat)\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 780, in _test_all_chown_common\r\n chown_func(first_param, big_value, big_value)\r\nOSError: [Errno 22] Invalid argument: '@test_261835_tmpæ'\r\n\r\n======================================================================\r\nERROR: test_fchown (test.test_posix.PosixTester.test_fchown)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 828, in test_fchown\r\n self._test_all_chown_common(posix.fchown, fd,\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 780, in _test_all_chown_common\r\n chown_func(first_param, big_value, big_value)\r\nOSError: [Errno 22] Invalid argument\r\n\r\n======================================================================\r\nERROR: test_lchown (test.test_posix.PosixTester.test_lchown)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 839, in test_lchown\r\n self._test_all_chown_common(posix.lchown, os_helper.TESTFN,\r\n File \"/root/workspace/ROCmLol/build/Python/Lib/test/test_posix.py\", line 780, in _test_all_chown_common\r\n chown_func(first_param, big_value, big_value)\r\nOSError: [Errno 22] Invalid argument: '@test_261835_tmpæ'\r\n\r\n----------------------------------------------------------------------\r\nRan 4 tests in 0.002s\r\n\r\nFAILED (errors=3, skipped=1)\r\ntest test_posix failed\r\n1 test failed again:\r\n test_posix\r\n\r\n== Tests result: FAILURE then FAILURE ==\r\n\r\n17 tests skipped:\r\n test.test_asyncio.test_windows_events\r\n test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace\r\n test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full\r\n test.test_gdb.test_misc test.test_gdb.test_pretty_print\r\n test_devpoll test_ioctl test_kqueue test_launcher test_msilib\r\n test_startfile test_winapi test_winconsoleio test_winreg test_wmi\r\n\r\n6 tests skipped (resource denied):\r\n test_ossaudiodev test_tix test_tkinter test_ttk test_winsound\r\n test_zipfile64\r\n\r\n1 re-run test:\r\n test_posix\r\n\r\n1 test failed:\r\n test_posix\r\n\r\n466 tests OK.\r\n\r\nTotal duration: 1 min 39 sec\r\nTotal tests: run=42,695 skipped=1,265\r\nTotal test files: run=485/490 failed=1 skipped=17 resource_denied=6 rerun=1\r\nResult: FAILURE then FAILURE\r\nmake: *** [Makefile:1987: test] Error 2\r\n```\r\n\r\n### CPython versions tested on:\r\n\r\n3.11, 3.12, 3.13\r\n\r\n### Operating systems tested on:\r\n\r\nLinux","author":{"url":"https://github.com/perovskikh","@type":"Person","name":"perovskikh"},"datePublished":"2024-11-15T11:00:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/126863/cpython/issues/126863"}
| 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:a78bcebd-c7b0-840a-0886-9a2ef33bc9b9 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D2EA:1A9004:3D1242:55D2D6:696A0AE0 |
| html-safe-nonce | 0189a8283abf1f65d96848dfff6250a9149cc285dd967088fbbf56e30219609c |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMkVBOjFBOTAwNDozRDEyNDI6NTVEMkQ2OjY5NkEwQUUwIiwidmlzaXRvcl9pZCI6IjY4MDMxNjEwNjM5OTg3NTM1MDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 3a26061e473785f26bc83d5a8666e2e58cbee2fec756dc81865b67525b6f732f |
| hovercard-subject-tag | issue:2661638407 |
| 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/126863/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3f941f1bcf3b2cbe050179af394d187eefe11e18bed9dfc3f3ab43b9f2f92f93/python/cpython/issues/126863 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3f941f1bcf3b2cbe050179af394d187eefe11e18bed9dfc3f3ab43b9f2f92f93/python/cpython/issues/126863 |
| og:image:alt | Os fedora 41 podman run Ubuntu 24.04 root@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a Linux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | perovskikh |
| hostname | github.com |
| expected-hostname | github.com |
| None | 699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595 |
| 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 | 7266b2d935baa1c6474b16dd9feaa5ca30607261 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width