[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed compile (failure) (3.12)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1553/builds/8 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: Alex Waygood , Barney Gale , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Nikita Sobolev , Serhiy Storchaka , Thomas Wouters , Victor Stinner , Łukasz Langa BUILD FAILED: failed compile (failure) Summary of the results of the build (if available): === Captured traceback == remote: Enumerating objects: 17, done. remote: Counting objects: 5% (1/17) remote: Counting objects: 11% (2/17) remote: Counting objects: 17% (3/17) remote: Counting objects: 23% (4/17) remote: Counting objects: 29% (5/17) remote: Counting objects: 35% (6/17) remote: Counting objects: 41% (7/17) remote: Counting objects: 47% (8/17) remote: Counting objects: 52% (9/17) remote: Counting objects: 58% (10/17) remote: Counting objects: 64% (11/17) remote: Counting objects: 70% (12/17) remote: Counting objects: 76% (13/17) remote: Counting objects: 82% (14/17) remote: Counting objects: 88% (15/17) remote: Counting objects: 94% (16/17) remote: Counting objects: 100% (17/17) remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. remote: Total 17 (delta 10), reused 16 (delta 10), pack-reused 0 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to '82c93ea55a71e7cae160e749b93f91cf89bb562f'. 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 82c93ea55a [3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300) Switched to and reset branch '3.12' configure: WARNING: unrecognized options: --disable-gil configure: WARNING: unrecognized options: --disable-gil /tmp/ccH1uHzX.s: Assembler messages: /tmp/ccH1uHzX.s: Fatal error: can't write 3948 bytes to section .gnu.debuglto_.debug_info of Modules/_zoneinfo.o: 'No space left on device' /tmp/ccH1uHzX.s: Fatal error: Modules/_zoneinfo.o: No such file or directory make: *** [Makefile:3024: Modules/_zoneinfo.o] Error 1 make: *** Waiting for unfinished jobs Assembler messages: Fatal error: can't create Modules/_decimal/libmpdec/numbertheory.o: No space left on device make: *** [Makefile:1098: Modules/_decimal/libmpdec/numbertheory.o] Error 1 Assembler messages: Fatal error: can't create Modules/_decimal/libmpdec/mpalloc.o: No space left on device make: *** [Makefile:1089: Modules/_decimal/libmpdec/mpalloc.o] Error 1 Assembler messages: Fatal error: can't create Modules/_decimal/libmpdec/sixstep.o: No space left on device make: *** [Makefile:1101: Modules/_decimal/libmpdec/sixstep.o] Error 1 Assembler messages: Fatal error: can't create Modules/mathmodule.o: No space left on device make: *** [Makefile:3028: Modules/mathmodule.o] Error 1 Assembler messages: Fatal error: can't create Modules/_decimal/libmpdec/io.o: No space left on device make: *** [Makefile:1086: Modules/_decimal/libmpdec/io.o] Error 1 Assembler messages: Fatal error: can't create Modules/cmathmodule.o: No space left on device make: *** [Makefile:3030: Modules/cmathmodule.o] Error 1 Assembler messages: Fatal error: can't create Modules/_pickle.o: No space left on device make: *** [Makefile:3012: Modules/_pickle.o] Error 1 Assembler messages: Fatal error: can't create Modules/_datetimemodule.o: No space left on device make: *** [Makefile:3034: Modules/_datetimemodule.o] Error 1 Assembler messages: Fatal error: can't create Modules/_decimal/libmpdec/mpdecimal.o: No space left on device make: *** [Makefile:1092: Modules/_decimal/libmpdec/mpdecimal.o] Error 1 find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No
[Buildbot-status] ☠ Buildbot (Python): - failed compile (failure) (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/all/#/builders/603/builds/1120 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: BUILD FAILED: failed compile (failure) Summary of the results of the build (if available): === Captured traceback == >From https://github.com/python/cpython * branch 3.10 -> 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 48f9d3e3fa [3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (#119565) Switched to and reset branch '3.10' Objects/longobject.c: In function ‘long_format_binary’: Objects/longobject.c:1940:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 1940 | else if (kind == PyUnicode_1BYTE_KIND) { | ^ Objects/longobject.c:1816:25: note: ‘kind’ was declared here 1816 | enum PyUnicode_Kind kind; | ^~~~ Objects/longobject.c: In function ‘long_to_decimal_string_internal’: Objects/longobject.c:1763:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized] 1763 | else if (kind == PyUnicode_1BYTE_KIND) { | ^ Objects/longobject.c:1598:25: note: ‘kind’ was declared here 1598 | enum PyUnicode_Kind kind; | ^~~~ ar: unable to copy file 'libpython3.10d.a'; reason: No space left on device make: *** [Makefile:652: libpython3.10d.a] Error 1 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: [Makefile:1940: clean-retain-profile] Error 1 (ignored) Test report === 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 Debian root 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/345/builds/8237 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: angelico-debian-amd64 Build Reason: Blamelist: Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Victor Stinner BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_os.py", line 4443, in test_timerfd_ns_interval self.assertEqual(self.read_count_signaled(fd), count) ^ AssertionError: 4 != 3 Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_os.py", line 4329, in test_timerfd_select self.assertEqual(self.read_count_signaled(fd), 1) ^ AssertionError: 3 != 1 Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_os.py", line 4329, in test_timerfd_select self.assertEqual(self.read_count_signaled(fd), 1) ^ AssertionError: 2 != 1 Test report === Failed tests: - test_os Failed subtests: - test_timerfd_ns_interval - test.test_os.TimerfdTests.test_timerfd_ns_interval - test_timerfd_select - test.test_os.TimerfdTests.test_timerfd_select 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) (82c93ea55a71e7cae160e749b93f91cf89bb562f)
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1187/builds/381 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-rhel8-z Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 12, done. remote: Counting objects: 8% (1/12) remote: Counting objects: 16% (2/12) remote: Counting objects: 25% (3/12) remote: Counting objects: 33% (4/12) remote: Counting objects: 41% (5/12) remote: Counting objects: 50% (6/12) remote: Counting objects: 58% (7/12) remote: Counting objects: 66% (8/12) remote: Counting objects: 75% (9/12) remote: Counting objects: 83% (10/12) remote: Counting objects: 91% (11/12) remote: Counting objects: 100% (12/12) remote: Counting objects: 100% (12/12), 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 12 (delta 9), reused 11 (delta 9), pack-reused 0 >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 82c93ea55a [3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300) Switched to and reset branch '3.12' make: *** [Makefile:2019: buildbottest] Error 2 Test report === Failed tests: - test_typing 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