The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks
3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/304/builds/962
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
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.9 -> 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 <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 8fc8c45b671 [3.9] gh-113659: Skip hidden .pth files (GH-113660)
(GH-114146)
Switched to and reset branch '3.9'
Objects/longobject.c: In function ‘long_format_binary’:
Objects/longobject.c:2058:13: warning: ‘kind’ may be used uninitialized
[-Wmaybe-uninitialized]
2058 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:1934:25: note: ‘kind’ was declared here
1934 | enum PyUnicode_Kind kind;
| ^~~~
Objects/longobject.c: In function ‘long_to_decimal_string_internal’:
Objects/longobject.c:1881:13: warning: ‘kind’ may be used uninitialized
[-Wmaybe-uninitialized]
1881 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:1716:25: note: ‘kind’ was declared here
1716 | enum PyUnicode_Kind kind;
| ^~~~
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’:
./Modules/signalmodule.c:663:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
663 | if (siginterrupt(signalnum, flag)<0) {
| ^~
In file included from ./Modules/signalmodule.c:28:
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
./Modules/_threadmodule.c: In function ‘local_clear’:
./Modules/_threadmodule.c:812:20: warning: unused variable ‘tstate’
[-Wunused-variable]
812 | PyThreadState *tstate;
| ^~~~~~
/tmp/ccrwBHlV.s: Assembler messages:
/tmp/ccrwBHlV.s: Fatal error: can't write 137 bytes to section .debug_line of
Modules/_threadmodule.o: 'No space left on device'
/tmp/ccrwBHlV.s: Fatal error: Modules/_threadmodule.o: No space left on device
make: *** [Makefile:2033: Modules/_threadmodule.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/cc6dSOBI.s: Assembler messages:
/tmp/cc6dSOBI.s: Fatal error: Modules/_localemodule.o: No space left on device
make: *** [Makefile:2035: Modules/_localemodule.o] Error 1
/tmp/cc3MtzoG.s: Assembler messages:
/tmp/cc3MtzoG.s: Fatal error: Modules/_iomodule.o: No space left on device
make: *** [Makefile:2037: Modules/_iomodule.o] Error 1
/tmp/cc9D0AzE.s: Assembler messages:
/tmp/cc9D0AzE.s: Fatal error: can't write 3888 bytes to section .debug_info of
Modules/itertoolsmodule.o: 'No space left on device'
/tmp/cc9D0AzE.s: Fatal error: Modules/itertoolsmodule.o: No space left on device
make: *** [Makefile:2023: Modules/itertoolsmodule.o] Error 1
/tmp/cckgeTTl.s: Assembler messages:
/tmp/cckgeTTl.s: Fatal error: can't write 2416 bytes to section .debug_str of
Modules/iobase.o: 'No space left on device'
/tmp/cckgeTTl.s: Fatal error: Modules/iobase.o: No space left on device
make: *** [Makefile:2038: Modules/iobase.o] Error 1
/tmp/ccbFcOs9.s: Assembler messages:
/tmp/ccbFcOs9.s: Fatal error: can't write 3887 bytes to section .debug_str of
Modules/fileio.o: 'No space left on device'
/tmp/ccbFcOs9.s: Fatal error: Modules/fileio.o: No space left on device
make: *** [Makefile:2039: Modules/fileio.o] Error 1
/tmp/cczbLLhL.s: Assembler messages:
/tmp/cczbLLhL.s: Fatal error: Modules/bytesio.o: No space left on device
make: *** [Makefile:2040: Modules/bytesio.o] Error 1
/tmp/cc50QWRN.s: Assembler messages:
/tmp/cc50QWRN.s: Fatal error: can't write 32 bytes to section .data of
Modules/_sre.o: 'No space left on device'
/tmp/cc50QWRN.s: Fatal error: Modules/_sre.o: No space left on device
make: *** [Makefile:2009: Modules/_sre.o] Error 1
/tmp/ccjWRs0M.s: Assembler messages:
/tmp/ccjWRs0M.s: Fatal error: can't write 30 bytes to section .text of
Modules/posixmodule.o: 'No space left on device'
/tmp/ccjWRs0M.s: Fatal error: Modules/posixmodule.o: No space left on device
make: *** [Makefile:2003: Modules/posixmodule.o] Error 1
/tmp/cc3vLTOb.s: Assembler messages:
/tmp/cc3vLTOb.s: Fatal error: can't write 18 bytes to section .text of
Objects/unicodeobject.o: 'No space left on device'
/tmp/cc3vLTOb.s: Fatal error: Objects/unicodeobject.o: No space left on device
make: *** [Makefile:1803: Objects/unicodeobject.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 such file or directory
make: [Makefile:1888: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]