[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1386/builds/496 Buildbot URL: https://buildbot.python.org/ Worker for this Build: rkm-arm64-ios-simulator Build Reason: Blamelist: mpage BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == TracebackTests.test_exec_failure_nested) ... ok TracebackTests.test_nonexistent_module_nested) ... ok TracebackTests.test_syntax_error) ... ok TracebackTests.test_nonexistent_module) ... ok TracebackTests.test_unencodable_filename) ... skipped 'need TESTFN_UNENCODABLE' TracebackTests.test_broken_parent_from) ... ok TracebackTests.test_broken_from) ... ok TracebackTests.test_exec_failure) ... ok TracebackTests.test_broken_parent) ... ok TracebackTests.test_import_bug) ... ok TracebackTests.test_broken_submodule) ... ok Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/163B47BC-A1C1-4382-9772-4D79687530BB/data/Containers/Bundle/Application/FDBABAF6-E02D-45C5-A42C-5FCCA078C9B2/iOSTestbed.app/python/lib/python3.13/test/test_import/__init__.py", line 136, in wrapper func(self) ^^ File "/Users/buildbot/Library/Developer/XCTestDevices/163B47BC-A1C1-4382-9772-4D79687530BB/data/Containers/Bundle/Application/FDBABAF6-E02D-45C5-A42C-5FCCA078C9B2/iOSTestbed.app/python/lib/python3.13/test/test_import/__init__.py", line 3031, in test_basic_multiple_interpreters_deleted_no_reset self.check_copied(loaded_interp1, base) ~^^ File "/Users/buildbot/Library/Developer/XCTestDevices/163B47BC-A1C1-4382-9772-4D79687530BB/data/Containers/Bundle/Application/FDBABAF6-E02D-45C5-A42C-5FCCA078C9B2/iOSTestbed.app/python/lib/python3.13/test/test_import/__init__.py", line 2694, in check_copied self.assertNotEqual(snap.id, base.snapshot.id) ~~~^^^ AssertionError: 4607884272 == 4607884272 Test report === Failed tests: - test_import Failed subtests: - test_basic_multiple_interpreters_deleted_no_reset - test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Refleaks 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1480/builds/93 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-x86_64 Build Reason: Blamelist: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_subprocess.py", line 768, in test_pipesize_default self.assertEqual( ^ fcntl.fcntl(proc.stdin.fileno(), fcntl.F_GETPIPE_SZ), ^ default_read_pipesize) ^^ AssertionError: 65536 != 8192 Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_subprocess.py", line 774, in test_pipesize_default self.assertEqual( ^ fcntl.fcntl(proc.stderr.fileno(), fcntl.F_GETPIPE_SZ), ^^ default_write_pipesize) ^^^ AssertionError: 8192 != 65536 Test report === Failed tests: - test.test_concurrent_futures.test_deadlock - test_subprocess Failed subtests: - test_pipesize_default - test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default - test_pipesize_default - test.test_subprocess.ProcessTestCase.test_pipesize_default Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.10)
The Buildbot has detected a new failure on builder x86-64 macOS 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/681/builds/1303 Buildbot URL: https://buildbot.python.org/ Worker for this Build: billenstein-macos Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Łukasz Langa BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Tests result: FAILURE then FAILURE == 408 tests OK. 10 slowest tests: - test_unparse: 4 min 14 sec - test_multiprocessing_spawn: 4 min 5 sec - test_concurrent_futures: 3 min 20 sec - test_tokenize: 3 min 5 sec - test_lib2to3: 2 min 23 sec - test_multiprocessing_forkserver: 2 min 18 sec - test_unicodedata: 2 min 10 sec - test_asyncio: 1 min 50 sec - test_capi: 1 min 50 sec - test_logging: 1 min 15 sec 1 test failed: test_asyncio 16 tests skipped: test_devpoll test_epoll test_gdb test_ioctl test_msilib test_multiprocessing_fork test_ossaudiodev test_spwd test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 1 re-run test: test_asyncio Total duration: 30 min 13 sec Captured traceback == Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1103, in create_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_b91af2b9' Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_28796d57' Test report === Failed tests: - test_asyncio Failed subtests: - test_create_ssl_unix_connection - test.test_asyncio.test_events.SelectEventLoopTests - test_create_ssl_unix_connection - test.test_asyncio.test_events.PollEventLoopTests - test_create_ssl_unix_connection - test.test_asyncio.test_events.KqueueEventLoopTests - test_create_ssl_connection - test.test_asyncio.test_events.KqueueEventLoopTests - test_create_ssl_connection - test.test_asyncio.test_events.SelectEventLoopTests - test_create_ssl_connection - test.test_asyncio.test_events.PollEventLoopTests Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.o
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide NoGIL refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1529/builds/78 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-x86_64 Build Reason: Blamelist: Brandt Bucher , Bénédikt Tran <10796600+picn...@users.noreply.github.com>, Donghee Na , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Mark Shannon , Sergey B Kirpichev , Serhiy Storchaka , Wulian <1055917...@qq.com>, mpage BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.refleak.nogil/build/Lib/test/test_subprocess.py", line 768, in test_pipesize_default self.assertEqual( ^ fcntl.fcntl(proc.stdin.fileno(), fcntl.F_GETPIPE_SZ), ^ default_read_pipesize) ^^ AssertionError: 65536 != 8192 Test report === Failed tests: - test.test_concurrent_futures.test_deadlock - test_subprocess Failed subtests: - test_pipesize_default - test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default - test_pipesize_default - test.test_subprocess.ProcessTestCase.test_pipesize_default Test leaking resources: - test_deadlock: memory blocks Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com