[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (f8b61c739be0e0b53bd4824b54e8a42f52bfb7f7)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1000/builds/594 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-fedora-rawhide-z 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/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_io.py", line 4039, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/__init__.py", line 1474, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper' Test report === Failed tests: - test.test_multiprocessing_fork.test_threads - test_io - test.test_multiprocessing_spawn.test_threads Failed subtests: - test___all__ - test.test_io.PyMiscIOTest.test___all__ - test___all__ - test.test_io.CMiscIOTest.test___all__ Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/955/builds/573 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-CentOS9-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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_io.py", line 4039, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1474, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper' Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/threading.py", line 1002, in _bootstrap self._bootstrap_inner() File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/threading.py", line 1040, in _bootstrap_inner _sys.settrace(_trace_hook) RuntimeError: Cannot install a trace function while another trace function is being installed k Test report === Failed tests: - test_typing Failed subtests: - test___all__ - test.test_io.PyMiscIOTest.test___all__ - test___all__ - test.test_io.CMiscIOTest.test___all__ Test leaking resources: - test_typing: 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
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (329f8d1f0b868b3e9bd23085157cb29aecf9bac1)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1199/builds/221 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-fedora-rawhide-z Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 34, done. remote: Counting objects: 3% (1/28) remote: Counting objects: 7% (2/28) remote: Counting objects: 10% (3/28) remote: Counting objects: 14% (4/28) remote: Counting objects: 17% (5/28) remote: Counting objects: 21% (6/28) remote: Counting objects: 25% (7/28) remote: Counting objects: 28% (8/28) remote: Counting objects: 32% (9/28) remote: Counting objects: 35% (10/28) remote: Counting objects: 39% (11/28) remote: Counting objects: 42% (12/28) remote: Counting objects: 46% (13/28) remote: Counting objects: 50% (14/28) remote: Counting objects: 53% (15/28) remote: Counting objects: 57% (16/28) remote: Counting objects: 60% (17/28) remote: Counting objects: 64% (18/28) remote: Counting objects: 67% (19/28) remote: Counting objects: 71% (20/28) remote: Counting objects: 75% (21/28) remote: Counting objects: 78% (22/28) remote: Counting objects: 82% (23/28) remote: Counting objects: 85% (24/28) remote: Counting objects: 89% (25/28) remote: Counting objects: 92% (26/28) remote: Counting objects: 96% (27/28) remote: Counting objects: 100% (28/28) remote: Counting objects: 100% (28/28), done. remote: Compressing objects: 33% (1/3) remote: Compressing objects: 66% (2/3) remote: Compressing objects: 100% (3/3) remote: Compressing objects: 100% (3/3), done. remote: Total 34 (delta 25), reused 26 (delta 25), pack-reused 6 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to 'FETCH_HEAD'. 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 329f8d1f0b [3.12] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113671) Switched to and reset branch '3.12' Objects/longobject.c: In function ‘long_format_binary’: Objects/longobject.c:2122:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 2122 | else if (kind == PyUnicode_1BYTE_KIND) { | ^ Objects/longobject.c:1998:9: note: ‘kind’ was declared here 1998 | int kind; | ^~~~ Objects/longobject.c: In function ‘long_to_decimal_string_internal’: Objects/longobject.c:1945:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 1945 | else if (kind == PyUnicode_1BYTE_KIND) { | ^ Objects/longobject.c:1769:9: note: ‘kind’ was declared here 1769 | int kind; | ^~~~ make: *** [Makefile:2015: buildbottest] Terminated Test report === Failed tests: - test.test_multiprocessing_forkserver.test_threads 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