[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1380/builds/800 Buildbot URL: https://buildbot.python.org/ Worker for this Build: rkm-arm64-ios-simulator Build Reason: Blamelist: Zachary Ware BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === Captured traceback == remote: Enumerating objects: 165, done. remote: Counting objects: 0% (1/160) remote: Counting objects: 1% (2/160) remote: Counting objects: 2% (4/160) remote: Counting objects: 3% (5/160) remote: Counting objects: 4% (7/160) remote: Counting objects: 5% (8/160) remote: Counting objects: 6% (10/160) remote: Counting objects: 7% (12/160) remote: Counting objects: 8% (13/160) remote: Counting objects: 9% (15/160) remote: Counting objects: 10% (16/160) remote: Counting objects: 11% (18/160) remote: Counting objects: 12% (20/160) remote: Counting objects: 13% (21/160) remote: Counting objects: 14% (23/160) remote: Counting objects: 15% (24/160) remote: Counting objects: 16% (26/160) remote: Counting objects: 17% (28/160) remote: Counting objects: 18% (29/160) remote: Counting objects: 19% (31/160) remote: Counting objects: 20% (32/160) remote: Counting objects: 21% (34/160) remote: Counting objects: 22% (36/160) remote: Counting objects: 23% (37/160) remote: Counting objects: 24% (39/160) remote: Counting objects: 25% (40/160) remote: Counting objects: 26% (42/160) remote: Counting objects: 27% (44/160) remote: Counting objects: 28% (45/160) remote: Counting objects: 29% (47/160) remote: Counting objects: 30% (48/160) remote: Counting objects: 31% (50/160) remote: Counting objects: 32% (52/160) remote: Counting objects: 33% (53/160) remote: Counting objects: 34% (55/160) remote: Counting objects: 35% (56/160) remote: Counting objects: 36% (58/160) remote: Counting objects: 37% (60/160) remote: Counting objects: 38% (61/160) remote: Counting objects: 39% (63/160) remote: Counting objects: 40% (64/160) remote: Counting objects: 41% (66/160) remote: Counting objects: 42% (68/160) remote: Counting objects: 43% (69/160) remote: Counting objects: 44% (71/160) remote: Counting objects: 45% (72/160) remote: Counting objects: 46% (74/160) remote: Counting objects: 47% (76/160) remote: Counting objects: 48% (77/160) remote: Counting objects: 49% (79/160) remote: Counting objects: 50% (80/160) remote: Counting objects: 51% (82/160) remote: Counting objects: 52% (84/160) remote: Counting objects: 53% (85/160) remote: Counting objects: 54% (87/160) remote: Counting objects: 55% (88/160) remote: Counting objects: 56% (90/160) remote: Counting objects: 57% (92/160) remote: Counting objects: 58% (93/160) remote: Counting objects: 59% (95/160) remote: Counting objects: 60% (96/160) remote: Counting objects: 61% (98/160) remote: Counting objects: 62% (100/160) remote: Counting objects: 63% (101/160) remote: Counting objects: 64% (103/160) remote: Counting objects: 65% (104/160) remote: Counting objects: 66% (106/160) remote: Counting objects: 67% (108/160) remote: Counting objects: 68% (109/160) remote: Counting objects: 69% (111/160) remote: Counting objects: 70% (112/160) remote: Counting objects: 71% (114/160) remote: Counting objects: 72% (116/160) remote: Counting objects: 73% (117/160) remote: Counting objects: 74% (119/160) remote: Counting objects: 75% (120/160) remote: Counting objects: 76% (122/160) remote: Counting objects: 77% (124/160) remote: Counting objects: 78% (125/160) remote: Counting objects: 79% (127/160) remote: Counting objects: 80% (128/160) remote: Counting objects: 81% (130/160) remote: Counting objects: 82% (132/160) remote: Counting objects: 83% (133/160) remote: Counting objects: 84% (135/160) remote: Counting objects: 85% (136/160) remote: Counting objects: 86% (138/160) remote: Counting objects: 87% (140/160) remote: Counting objects: 88% (141/160) remote: Counting objects: 89% (143/160) remote: Counting objects: 90% (144/160) remote: Counting objects: 91% (146/160)
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1547/builds/64 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Miro Hrončok , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Serhiy Storchaka , Steve Dower , Victor Stinner , Vinay Sajip , neonene <53406459+neon...@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-ppc64le.nogil/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.nogil/build/Lib/test/test_pyrepl/test_pyrepl.py", line 894, in test_exposed_globals_in_repl self.assertEqual(exit_code, 0) ^^ AssertionError: 1 != 0 Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.nogil/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.nogil/build/Lib/test/test_pyrepl/test_pyrepl.py", line 931, in test_python_basic_repl self.assertIn("True", output) ~ AssertionError: 'True' not found in 'from test.support import initialized_with_pyrepl\r\ninitialized_with_pyrepl()\r\nexit()\r\n' Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.nogil/build/Lib/test/test_pyrepl/test_pyrepl.py", line 959, in test_not_wiping_history_file self.assertNotEqual(pathlib.Path(hfile.name).stat().st_size, 0) ~~~ AssertionError: 0 == 0 Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.nogil/build/Lib/test/test_sysconfig.py", line 424, in test_user_similar self.assertEqual(user_path, expected) ^ AssertionError: '/home/buildbot/.local/lib/python3.13t/site-packages' != '/home/buildbot/.local/lib64/python3.13t/site-packages' - /home/buildbot/.local/lib/python3.13t/site-packages + /home/buildbot/.local/lib64/python3.13t/site-packages ? ++ Test report === Failed tests: - test_pyrepl - test_sysconfig Failed subtests: - test_exposed_globals_in_repl - test.test_pyrepl.test_pyrepl.TestMain.test_exposed_globals_in_repl - test_not_wiping_history_file - test.test_pyrepl.test_pyrepl.TestMain.test_not_wiping_history_file - test_python_basic_repl - test.test_pyrepl.test_pyrepl.TestMain.test_python_basic_repl - test_user_similar - test.test_sysconfig.TestSysConfig.test_user_similar 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): - failed test (failure) (timed out) (48f9d3e3faec5faaa4f7c9849fecd27eae4da213)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.10 while building Python. Full details are available at: https://buildbot.python.org/#/builders/603/builds/1155 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: BUILD FAILED: failed test (failure) (timed out) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.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/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (dc03ce797ae8786a9711e6ee5dcaadde02c55864)
The Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.x while building Python. Full details are available at: https://buildbot.python.org/#/builders/205/builds/1167 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-RHEL7-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): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/__init__.py", line 2622, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_pyrepl/test_pyrepl.py", line 855, in test_exposed_globals_in_repl self.assertEqual(exit_code, 0) ^^ AssertionError: 1 != 0 Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3394, in test_header self.assertEqual(stdout.getvalue(), header + '\n') ^^ AssertionError: '' != 'Nobody expects... blah, blah, blah\n' + Nobody expects... blah, blah, blah Test report === Failed tests: - test_pyrepl - test_pdb - test.test_concurrent_futures.test_shutdown Failed subtests: - test_exposed_globals_in_repl - test.test_pyrepl.test_pyrepl.TestMain.test_exposed_globals_in_repl - test_header - test.test_pdb.PdbTestCase.test_header 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): - failed test (failure) (timed out) (54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL refleaks 3.9 while building Python. Full details are available at: https://buildbot.python.org/#/builders/1545/builds/47 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: BUILD FAILED: failed test (failure) (timed out) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/resource_tracker.py:216: 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/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak.nogil/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.c