[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1511/builds/59 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-fedora-z Build Reason: Blamelist: Eric Snow , Jelle Zijlstra , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 79, done. remote: Counting objects: 1% (1/74) remote: Counting objects: 2% (2/74) remote: Counting objects: 4% (3/74) remote: Counting objects: 5% (4/74) remote: Counting objects: 6% (5/74) remote: Counting objects: 8% (6/74) remote: Counting objects: 9% (7/74) remote: Counting objects: 10% (8/74) remote: Counting objects: 12% (9/74) remote: Counting objects: 13% (10/74) remote: Counting objects: 14% (11/74) remote: Counting objects: 16% (12/74) remote: Counting objects: 17% (13/74) remote: Counting objects: 18% (14/74) remote: Counting objects: 20% (15/74) remote: Counting objects: 21% (16/74) remote: Counting objects: 22% (17/74) remote: Counting objects: 24% (18/74) remote: Counting objects: 25% (19/74) remote: Counting objects: 27% (20/74) remote: Counting objects: 28% (21/74) remote: Counting objects: 29% (22/74) remote: Counting objects: 31% (23/74) remote: Counting objects: 32% (24/74) remote: Counting objects: 33% (25/74) remote: Counting objects: 35% (26/74) remote: Counting objects: 36% (27/74) remote: Counting objects: 37% (28/74) remote: Counting objects: 39% (29/74) remote: Counting objects: 40% (30/74) remote: Counting objects: 41% (31/74) remote: Counting objects: 43% (32/74) remote: Counting objects: 44% (33/74) remote: Counting objects: 45% (34/74) remote: Counting objects: 47% (35/74) remote: Counting objects: 48% (36/74) remote: Counting objects: 50% (37/74) remote: Counting objects: 51% (38/74) remote: Counting objects: 52% (39/74) remote: Counting objects: 54% (40/74) remote: Counting objects: 55% (41/74) remote: Counting objects: 56% (42/74) remote: Counting objects: 58% (43/74) remote: Counting objects: 59% (44/74) remote: Counting objects: 60% (45/74) remote: Counting objects: 62% (46/74) remote: Counting objects: 63% (47/74) remote: Counting objects: 64% (48/74) remote: Counting objects: 66% (49/74) remote: Counting objects: 67% (50/74) remote: Counting objects: 68% (51/74) remote: Counting objects: 70% (52/74) remote: Counting objects: 71% (53/74) remote: Counting objects: 72% (54/74) remote: Counting objects: 74% (55/74) remote: Counting objects: 75% (56/74) remote: Counting objects: 77% (57/74) remote: Counting objects: 78% (58/74) remote: Counting objects: 79% (59/74) remote: Counting objects: 81% (60/74) remote: Counting objects: 82% (61/74) remote: Counting objects: 83% (62/74) remote: Counting objects: 85% (63/74) remote: Counting objects: 86% (64/74) remote: Counting objects: 87% (65/74) remote: Counting objects: 89% (66/74) remote: Counting objects: 90% (67/74) remote: Counting objects: 91% (68/74) remote: Counting objects: 93% (69/74) remote: Counting objects: 94% (70/74) remote: Counting objects: 95% (71/74) remote: Counting objects: 97% (72/74) remote: Counting objects: 98% (73/74) remote: Counting objects: 100% (74/74) remote: Counting objects: 100% (74/74), done. remote: Compressing objects: 2% (1/49) remote: Compressing objects: 4% (2/49) remote: Compressing objects: 6% (3/49) remote: Compressing objects: 8% (4/49) remote: Compressing objects: 10% (5/49) remote: Compressing objects: 12% (6/49) remote: Compressing objects: 14% (7/49) remote: Compressing objects: 16% (8/49) remote: Compressing objects: 18% (9/49) remote: Compressing objects: 20% (10/49) remote: Compressing objects: 22% (11/49) remote: Compressing objects: 24% (12/49) remote: Compressing objects: 26% (13/49) remote: Compressing objects: 28% (14/49) remote: Compressing objects: 30% (15/49) remote: Compressing objects: 32% (16/49) remote: Compressing objec
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (46a37a1a92a1fc2850979d9d56a70afe4ea10b94)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1157/builds/371 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION' k Trying: s = '>>> print(12) #doctest: ELLIPSIS' Expecting nothing k Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS' k Trying: s = '>>> # doctest: +ELLIPSIS' Expecting nothing k Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS' k doctest (test_zipped_doctest) ... 33 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.optionflags Trying: def f(x): '>>> True\n1\n' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: flags = doctest.DONT_ACCEPT_TRUE_FOR_1 Expecting nothing k Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 2, in f Failed example: True Expected: 1 Got: True TestResults(failed=1, attempted=1) k Trying: def f(x): '>>> print("a\\n\\nb")\na\n\nb\n' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: flags = doctest.DONT_ACCEPT_BLANKLINE Expecting nothing k Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 2, in f Failed example: print("a\n\nb") Expected: a b Got: a b TestResults(failed=1, attempted=1) k Trying: def f(x): '>>> print(1, 2, 3)\n 1 2\n 3' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 2, in f Failed example: print(1, 2, 3) Expected: 1 2 3 Got: 1 2 3 TestResults(failed=1, attempted=1) k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: flags = doctest.NORMALIZE_WHITESPACE Expecting nothing k Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] k Trying: def f(x): '>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 2, in f Failed example: print(list(range(15))) Expected: [0, 1, 2, ..., 14] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] TestResults(failed=1, attempted=1) k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: flags = doctest.ELLIPSIS Expecting nothing k Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: if 1: for i in range(100): print(i**2, end=' ') #doctest: +ELLIPSIS print('!') Expecting: 0 1...4...9 16 ... 36 49 64 ... 9801 ! k Trying: if 1: #doctest: +ELLIPSIS for i in range(20): print(i, end=' ') print(20) Expecting: 0 1 2 ...1...2...0 k Tryi
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1225/builds/2324 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Brandt Bucher , Eric Snow , Erlend E. Aasland , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Jelle Zijlstra , Lysandros Nikolaou , Nikita Sobolev , Petr Viktorin , Steven Troxler , Victor Stinner BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 71, in test_map_timeout self.assertEqual([None, None], results) ^^^ AssertionError: Lists differ: [None, None] != [] Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok Test report === Failed tests: - test.test_concurrent_futures.test_process_pool - test_statistics - test_zipimport - test_math - test_tools Failed subtests: - test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout 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 worker cstratak-fedora-rawhide-aarch64 missing
The Buildbot worker named cstratak-fedora-rawhide-aarch64 went away. It last disconnected at Wed May 29 09:51:02 2024. The admin on record (as reported by WORKER:info/admin) was Charalampos Stratakis . ___ 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) (main)
The Buildbot has detected a new failure on builder x86 Debian Non-Debug with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1245/builds/2133 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-debian-x86 Build Reason: Blamelist: Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Matthias Görgens BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/test_ctypes/test_generated_structs.py", line 445, in test_generated_data self.assertEqual(sizeof(cls), next(expected)) ^ AssertionError: 12 != 16 Test report === Failed tests: - test_ctypes Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86 Debian Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1244/builds/2128 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-debian-x86 Build Reason: Blamelist: Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Matthias Görgens BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-debian-x86.installed/build/target/lib/python3.14/test/test_ctypes/test_generated_structs.py", line 445, in test_generated_data self.assertEqual(sizeof(cls), next(expected)) ^ AssertionError: 12 != 16 Test report === Failed tests: - test_ctypes 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) (main)
The Buildbot has detected a new failure on builder AMD64 FreeBSD15 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1238/builds/2330 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: opsec-fbsd15 Build Reason: Blamelist: Barney Gale 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.opsec-fbsd15/build/Lib/test/test_posixpath.py", line 670, in test_realpath_unreadable_symlink self.assertEqual(realpath(ABSTFN), ABSTFN) ^^ AssertionError: '/hom[24 chars].opsec-fbsd15/build/build/test_python_67988æ/@test_67988_tmpæ1' != '/hom[24 chars].opsec-fbsd15/build/build/test_python_67988æ/@test_67988_tmpæ' - /home/buildbot/buildarea/3.x.opsec-fbsd15/build/build/test_python_67988æ/@test_67988_tmpæ1 ? - + /home/buildbot/buildarea/3.x.opsec-fbsd15/build/build/test_python_67988æ/@test_67988_tmpæ Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.opsec-fbsd15/build/Lib/test/test_posixpath.py", line 670, in test_realpath_unreadable_symlink self.assertEqual(realpath(ABSTFN), ABSTFN) ^^ AssertionError: '/hom[24 chars].opsec-fbsd15/build/build/test_python_59861æ/@test_59861_tmpæ1' != '/hom[24 chars].opsec-fbsd15/build/build/test_python_59861æ/@test_59861_tmpæ' - /home/buildbot/buildarea/3.x.opsec-fbsd15/build/build/test_python_59861æ/@test_59861_tmpæ1 ? - + /home/buildbot/buildarea/3.x.opsec-fbsd15/build/build/test_python_59861æ/@test_59861_tmpæ Test report === Failed tests: - test_posixpath Failed subtests: - test_realpath_unreadable_symlink - test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD14 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1232/builds/2352 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: opsec-fbsd14 Build Reason: Blamelist: Barney Gale 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.opsec-fbsd14/build/Lib/test/test_posixpath.py", line 670, in test_realpath_unreadable_symlink self.assertEqual(realpath(ABSTFN), ABSTFN) ^^ AssertionError: '/hom[24 chars].opsec-fbsd14/build/build/test_python_75684æ/@test_75684_tmpæ1' != '/hom[24 chars].opsec-fbsd14/build/build/test_python_75684æ/@test_75684_tmpæ' - /home/buildbot/buildarea/3.x.opsec-fbsd14/build/build/test_python_75684æ/@test_75684_tmpæ1 ? - + /home/buildbot/buildarea/3.x.opsec-fbsd14/build/build/test_python_75684æ/@test_75684_tmpæ Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/test_posixpath.py", line 670, in test_realpath_unreadable_symlink self.assertEqual(realpath(ABSTFN), ABSTFN) ^^ AssertionError: '/hom[24 chars].opsec-fbsd14/build/build/test_python_79925æ/@test_79925_tmpæ1' != '/hom[24 chars].opsec-fbsd14/build/build/test_python_79925æ/@test_79925_tmpæ' - /home/buildbot/buildarea/3.x.opsec-fbsd14/build/build/test_python_79925æ/@test_79925_tmpæ1 ? - + /home/buildbot/buildarea/3.x.opsec-fbsd14/build/build/test_python_79925æ/@test_79925_tmpæ Test report === Failed tests: - test_posixpath Failed subtests: - test_realpath_unreadable_symlink - test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1223/builds/3134 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-freebsd Build Reason: Blamelist: Barney Gale BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_posixpath.py", line 670, in test_realpath_unreadab
[Buildbot-status] Buildbot Python worker billenstein-macos missing
The Buildbot worker named billenstein-macos went away. It last disconnected at Wed May 29 12:50:22 2024. The admin on record (as reported by WORKER:info/admin) was Matt Billenstein . ___ 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 worker edelsohn-fedora-ppc64 missing
The Buildbot worker named edelsohn-fedora-ppc64 went away. It last disconnected at Wed May 29 12:50:25 2024. The admin on record (as reported by WORKER:info/admin) was David Edelsohn . ___ 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): - failed test (failure) (48f9d3e3faec5faaa4f7c9849fecd27eae4da213)
The Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.10 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/701/builds/1117 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-rhel-z Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Tests result: ENV CHANGED == 410 tests OK. 10 slowest tests: - test_signal: 31 min 44 sec - test_pydoc: 30 min 12 sec - test_concurrent_futures: 14 min 12 sec - test_asyncio: 11 min 15 sec - test_multiprocessing_spawn: 11 min 6 sec - test_multiprocessing_forkserver: 7 min 23 sec - test_multiprocessing_fork: 6 min 21 sec - test_io: 3 min 26 sec - test_peg_generator: 3 min 14 sec - test_subprocess: 2 min 53 sec 1 test altered the execution environment: test_threading 14 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet test_ssl test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 Total duration: 48 min 12 sec Captured traceback == Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z.refl
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1079/builds/4135 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ambv-bb-win11 Build Reason: Blamelist: Steve Dower , Wim Jeantine-Glenn BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 770, in test_shebang_executable_extension data = self.run_py([script]) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 254, in run_py self.assertEqual(expect_returncode, p.returncode) ^ AssertionError: 0 != 103 Test report === Failed tests: - test_launcher Failed subtests: - test_shebang_executable_extension - test.test_launcher.TestLauncher.test_shebang_executable_extension Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/729/builds/6424 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: linaro-win-arm64 Build Reason: Blamelist: Aditya Borikar , Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Steve Dower , Wim Jeantine-Glenn BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\test\test_launcher.py", line 770, in test_shebang_executable_extension data = self.run_py([script]) File "C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\test\test_launcher.py", line 254, in run_py self.assertEqual(expect_returncode, p.returncode) ^ AssertionError: 0 != 103 Test report === Failed tests: - test_launcher Failed subtests: - test_shebang_executable_extension - test.test_launcher.TestLauncher.test_shebang_executable_extension Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows10 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/146/builds/8737 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: bolen-windows10 Build Reason: Blamelist: Aditya Borikar , Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Steve Dower , Wim Jeantine-Glenn BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_launcher.py", line 770, in test_shebang_executable_extension data = self.run_py([script]) File "D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_launcher.py", line 254, in run_py self.assertEqual(expect_returncode, p.returncode) ^ AssertionError: 0 != 103 Test report === Failed tests: - test_launcher Failed subtests: - test_shebang_executable_extension - test.test_launcher.TestLauncher.test_shebang_executable_extension 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 ARM64 MacOS M1 Refleaks NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1396/builds/76 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Eric Snow , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Victor Stinner BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 36, done. remote: Counting objects: 2% (1/36) remote: Counting objects: 5% (2/36) remote: Counting objects: 8% (3/36) remote: Counting objects: 11% (4/36) remote: Counting objects: 13% (5/36) remote: Counting objects: 16% (6/36) remote: Counting objects: 19% (7/36) remote: Counting objects: 22% (8/36) remote: Counting objects: 25% (9/36) remote: Counting objects: 27% (10/36) remote: Counting objects: 30% (11/36) remote: Counting objects: 33% (12/36) remote: Counting objects: 36% (13/36) remote: Counting objects: 38% (14/36) remote: Counting objects: 41% (15/36) remote: Counting objects: 44% (16/36) remote: Counting objects: 47% (17/36) remote: Counting objects: 50% (18/36) remote: Counting objects: 52% (19/36) remote: Counting objects: 55% (20/36) remote: Counting objects: 58% (21/36) remote: Counting objects: 61% (22/36) remote: Counting objects: 63% (23/36) remote: Counting objects: 66% (24/36) remote: Counting objects: 69% (25/36) remote: Counting objects: 72% (26/36) remote: Counting objects: 75% (27/36) remote: Counting objects: 77% (28/36) remote: Counting objects: 80% (29/36) remote: Counting objects: 83% (30/36) remote: Counting objects: 86% (31/36) remote: Counting objects: 88% (32/36) remote: Counting objects: 91% (33/36) remote: Counting objects: 94% (34/36) remote: Counting objects: 97% (35/36) remote: Counting objects: 100% (36/36) remote: Counting objects: 100% (36/36), done. remote: Compressing objects: 4% (1/24) remote: Compressing objects: 8% (2/24) remote: Compressing objects: 12% (3/24) remote: Compressing objects: 16% (4/24) remote: Compressing objects: 20% (5/24) remote: Compressing objects: 25% (6/24) remote: Compressing objects: 29% (7/24) remote: Compressing objects: 33% (8/24) remote: Compressing objects: 37% (9/24) remote: Compressing objects: 41% (10/24) remote: Compressing objects: 45% (11/24) remote: Compressing objects: 50% (12/24) remote: Compressing objects: 54% (13/24) remote: Compressing objects: 58% (14/24) remote: Compressing objects: 62% (15/24) remote: Compressing objects: 66% (16/24) remote: Compressing objects: 70% (17/24) remote: Compressing objects: 75% (18/24) remote: Compressing objects: 79% (19/24) remote: Compressing objects: 83% (20/24) remote: Compressing objects: 87% (21/24) remote: Compressing objects: 91% (22/24) remote: Compressing objects: 95% (23/24) remote: Compressing objects: 100% (24/24) remote: Compressing objects: 100% (24/24), done. remote: Total 36 (delta 13), reused 24 (delta 12), pack-reused 0 >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to '40a024c9835cddd85f14bab4b1e8f6545a621208'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 40a024c983 [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (GH-119557) (#119709) Switched to and reset branch '3.13' In file included from ./Modules/tkappinit.c:17: In file included from /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99: /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int (*free_private)(); /* called to free private storage */ ^ voi
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
The Buildbot has detected a new failure on builder AMD64 Windows10 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1159/builds/1004 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: bolen-windows10 Build Reason: Blamelist: Steve Dower BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 138, in _load_run_test regrtest_runner(result, test_func, runtests) File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 91, in regrtest_runner test_result = test_func() ^^^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 135, in test_func return run_unittest(test_mod) ^^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 37, in run_unittest return _run_suite(tests) ^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\libregrtest\single.py", line 57, in _run_suite result = runner.run(suite) ^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\runner.py", line 240, in run test(result) File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) ^^^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) ^^^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\case.py", line 690, in __call__ return self.run(*args, **kwds) ^^^ File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\case.py", line 660, in run result.stopTest(self) File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\result.py", line 81, in stopTest self._restoreStdout() File "D:\buildarea\3.12.bolen-windows10\build\Lib\unittest\result.py", line 92, in _restoreStdout self._original_stdout.write(STDOUT_LINE % output) File "D:\buildarea\3.12.bolen-windows10\build\Lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] ^^^ UnicodeEncodeError: 'charmap' codec can't encode character '\ufffd' in position 406: character maps to Test report === Failed tests: - test_launcher 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 Windows10 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1501/builds/89 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: bolen-windows10 Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@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 "D:\buildarea\3.13.bolen-windows10\build\Lib\test\test_launcher.py", line 770, in test_shebang_executable_extension data = self.run_py([script]) File "D:\buildarea\3.13.bolen-windows10\build\Lib\test\test_launcher.py", line 254, in run_py self.assertEqual(expect_returncode, p.returncode) ^ AssertionError: 0 != 103 Test report === Failed tests: - test_launcher Failed subtests: - test_shebang_executable_extension - test.test_launcher.TestLauncher.test_shebang_executable_extension 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 Windows11 Bigmem 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1463/builds/77 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ambv-bb-win11 Build Reason: Blamelist: Eric Snow , Miss Islington (bot) <31488909+miss-isling...@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 "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 770, in test_shebang_executable_extension data = self.run_py([script]) File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 254, in run_py self.assertEqual(expect_returncode, p.returncode) ^ AssertionError: 0 != 103 Test report === Failed tests: - test_launcher Failed subtests: - test_shebang_executable_extension - test.test_launcher.TestLauncher.test_shebang_executable_extension 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) (main)
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1368/builds/1091 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Barney Gale , Sam Gross , Zachary Ware BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "", line 1, in from multiprocessing import Pool; pool = Pool(1); print(pool.apply_async("Python".lower).get(3)); pool.terminate() ^^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/pool.py", line 770, in get raise TimeoutError multiprocessing.context.TimeoutError Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_venv.py", line 519, in test_multiprocessing out, err = check_output([self.envpy(real_env_dir=True), '-c', ^^ 'from multiprocessing import Pool; ' 'pool = Pool(1); ' ^^ 'print(pool.apply_async("Python".lower).get(3)); ' ^^ 'pool.terminate()']) File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_venv.py", line 57, in check_output raise subprocess.CalledProcessError( p.returncode, cmd, out, err) subprocess.CalledProcessError: Command '['/private/var/folders/_q/8dg9wwv919lc1wttgcxmzwt8gn/T/test_python_d379pngd/tmpoq7lg5qj/bin/python.exe', '-c', 'from multiprocessing import Pool; pool = Pool(1); print(pool.apply_async("Python".lower).get(3)); pool.terminate()']' returned non-zero exit status 1. Test report === Failed tests: - test_venv - test_os - test_free_threading Test leaking resources: - test_os: file descriptors - test_os: memory blocks - test_free_threading: memory blocks - test_os: references - test_free_threading: references 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 s390x Fedora LTO + PGO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1511/builds/65 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-fedora-z Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 26, done. remote: Counting objects: 3% (1/26) remote: Counting objects: 7% (2/26) remote: Counting objects: 11% (3/26) remote: Counting objects: 15% (4/26) remote: Counting objects: 19% (5/26) remote: Counting objects: 23% (6/26) remote: Counting objects: 26% (7/26) remote: Counting objects: 30% (8/26) remote: Counting objects: 34% (9/26) remote: Counting objects: 38% (10/26) remote: Counting objects: 42% (11/26) remote: Counting objects: 46% (12/26) remote: Counting objects: 50% (13/26) remote: Counting objects: 53% (14/26) remote: Counting objects: 57% (15/26) remote: Counting objects: 61% (16/26) remote: Counting objects: 65% (17/26) remote: Counting objects: 69% (18/26) remote: Counting objects: 73% (19/26) remote: Counting objects: 76% (20/26) remote: Counting objects: 80% (21/26) remote: Counting objects: 84% (22/26) remote: Counting objects: 88% (23/26) remote: Counting objects: 92% (24/26) remote: Counting objects: 96% (25/26) remote: Counting objects: 100% (26/26) remote: Counting objects: 100% (26/26), done. remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. remote: Total 17 (delta 14), reused 15 (delta 13), pack-reused 0 >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to '810a09ad3710be60cff9e174be85ca65e76cdbd1'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 810a09ad37 [3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (#119764) Switched to and reset branch '3.13' configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make[2]: [Makefile:3118: clean-retain-profile] Error 1 (ignored) In function ‘word_to_string’, inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13, inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18: ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 349 |