☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/464/builds/2322
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, David CARLIER <devnexen@gmail.com>, Davide Rizzo <sorcio@gmail.com>, Ezio Melotti <ezio.melotti@gmail.com>, Gregory P. Smith <greg@krypto.org>, Ken Jin <kenjin4096@gmail.com>, Marc Mueller <30130371+cdce8p@users.noreply.github.com>, Oleg Iarygin <oleg@arhadthedev.net>, Serhiy Storchaka <storchaka@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
1 test failed: test_asyncio
14 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_asyncio
Total duration: 40 min 26 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1090, in do rv = func(*args) ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 921, in read v = self._sslobj.read(len) ^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:2546)
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 370, in subtask interrupt_self() ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 20, in interrupt_self _thread.interrupt_main() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/runners.py", line 146, in _on_sigint self._loop.call_soon_threadsafe(lambda: None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 809, in call_soon_threadsafe self._write_to_self() ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 511, in _write_to_self raise NotImplementedError ^^^^^^^^^^^^^^^^^^^^^^^^^ NotImplementedError k
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1157, in test_create_server_ssl_over_ssl self.loop.run_until_complete(start_server()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 650, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1150, in start_server await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/tasks.py", line 488, in wait_for return fut.result() ^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1128, in test_client await fut ^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1079, in prog sock.starttls(client_sslctx_1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1588, in starttls ssl_sock = ssl_context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1075, in _create self.do_handshake() ^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1346, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: _ssl.c:975: The handshake operation timed out
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1157, in test_create_server_ssl_over_ssl self.loop.run_until_complete(start_server()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 650, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1150, in start_server await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/tasks.py", line 488, in wait_for return fut.result() ^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1128, in test_client await fut ^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1109, in prog chunk = do(sslobj.read, 4) ^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1095, in do incoming.write(sock.recv(65536)) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1263, in recv return self.read(buflen) ^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1136, in read return self._sslobj.read(len) ^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 20, in interrupt_self _thread.interrupt_main() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/runners.py", line 146, in _on_sigint self._loop.call_soon_threadsafe(lambda: None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 809, in call_soon_threadsafe self._write_to_self() ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 511, in _write_to_self raise NotImplementedError ^^^^^^^^^^^^^^^^^^^^^^^^^ NotImplementedError k
Test report
Failed tests:
- test_asyncio
Failed subtests:
- test_create_server_ssl_over_ssl - test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD Shared 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/483/builds/2337
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
415 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 8 min 6 sec
- test_tokenize: 6 min 55 sec
- test_gdb: 4 min 52 sec
- test_unparse: 4 min 45 sec
- test_multiprocessing_forkserver: 4 min 35 sec
- test_concurrent_futures: 4 min 26 sec
- test_asyncio: 4 min 15 sec
- test_lib2to3: 4 min 1 sec
- test_multiprocessing_fork: 3 min 23 sec
- test_subprocess: 3 min 18 sec
1 test altered the execution environment: test_threading
20 tests skipped: test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl test_launcher test_msilib test_readline test_spwd test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 30 min 44 sec
Captured traceback
remote: Enumerating objects: 32, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 32 (delta 13), reused 12 (delta 5), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721'.
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 9d85aba9e2 gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967) Switched to and reset branch 'main'
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/336/builds/1793
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 32, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 32 (delta 13), reused 12 (delta 5), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721'.
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 9d85aba9e2 gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967) Switched to and reset branch 'main'
Assembler messages: Fatal error: can't create Objects/memoryobject.o: No space left on device make: *** [Makefile:2437: Objects/memoryobject.o] Error 1 make: *** Waiting for unfinished jobs.... /tmp/ccc5SzNp.s: Assembler messages: /tmp/ccc5SzNp.s: Fatal error: can't write 3919 bytes to section .gnu.lto_index2.87.2c9b888b8bc5a08a of Objects/unicodectype.o: 'No space left on device' /tmp/ccc5SzNp.s: Fatal error: Objects/unicodectype.o: No space left on device Assembler messages: Fatal error: can't create Python/pathconfig.o: No space left on device make: *** [Makefile:2437: Python/pathconfig.o] Error 1 make: *** [Makefile:2437: Objects/unicodectype.o] Error 1 /tmp/ccCvScvK.s: Assembler messages: /tmp/ccCvScvK.s: Fatal error: can't write 1708 bytes to section .gnu.lto_set_intersection_multi.176.b4101a356e0fa462 of Objects/setobject.o: 'No space left on device' /tmp/ccCvScvK.s: Fatal error: Objects/setobject.o: No space left on device Assembler messages: Fatal error: can't create Python/codecs.o: No space left on device make: *** [Makefile:2437: Python/codecs.o] Error 1 make: *** [Makefile:2437: Objects/setobject.o] Error 1 Assembler messages: Fatal error: can't create Python/bootstrap_hash.o: No space left on device make: *** [Makefile:2437: Python/bootstrap_hash.o] Error 1 Assembler messages: Fatal error: can't create Python/structmember.o: No space left on device make: *** [Makefile:2437: Python/structmember.o] Error 1 Assembler messages: Fatal error: can't create Objects/listobject.o: No space left on device Assembler messages: Fatal error: can't create Python/modsupport.o: No space left on device make: *** [Makefile:2437: Objects/listobject.o] Error 1 make: *** [Makefile:2437: Python/modsupport.o] Error 1 Assembler messages: Fatal error: can't create Python/preconfig.o: No space left on device make: *** [Makefile:2437: Python/preconfig.o] Error 1 Assembler messages: Fatal error: can't create Python/ast.o: No space left on device make: *** [Makefile:2437: Python/ast.o] Error 1 Assembler messages: Fatal error: can't create Python/ast_opt.o: No space left on device make: *** [Makefile:2437: Python/ast_opt.o] Error 1 Assembler messages: Fatal error: can't create Python/thread.o: No space left on device make: *** [Makefile:2437: Python/thread.o] Error 1 Assembler messages: Fatal error: can't create Python/pytime.o: No space left on device make: *** [Makefile:2437: Python/pytime.o] Error 1 Assembler messages: Fatal error: can't create Python/hamt.o: No space left on device make: *** [Makefile:2437: Python/hamt.o] Error 1 Assembler messages: Fatal error: can't create Python/specialize.o: No space left on device make: *** [Makefile:2437: Python/specialize.o] Error 1 Assembler messages: Fatal error: can't create Python/import.o: No space left on device make: *** [Makefile:2437: Python/import.o] Error 1 Assembler messages: Fatal error: can't create Objects/exceptions.o: No space left on device make: *** [Makefile:2437: Objects/exceptions.o] Error 1 Assembler messages: Fatal error: can't create Python/pystate.o: No space left on device make: *** [Makefile:2437: Python/pystate.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytearrayobject.o: No space left on device make: *** [Makefile:2437: Objects/bytearrayobject.o] Error 1 Assembler messages: Fatal error: can't create Python/bltinmodule.o: No space left on device make: *** [Makefile:2437: Python/bltinmodule.o] Error 1 Assembler messages: Fatal error: can't create Python/traceback.o: No space left on device make: *** [Makefile:2437: Python/traceback.o] Error 1 Assembler messages: Fatal error: can't create Python/errors.o: No space left on device make: *** [Makefile:2437: Python/errors.o] Error 1 Assembler messages: Fatal error: can't create Objects/abstract.o: No space left on device make: *** [Makefile:2437: Objects/abstract.o] Error 1 Assembler messages: Fatal error: can't create Python/pythonrun.o: No space left on device make: *** [Makefile:2437: Python/pythonrun.o] Error 1 Assembler messages: Fatal error: can't create Python/sysmodule.o: No space left on device Assembler messages: Fatal error: can't create Python/pylifecycle.o: No space left on device make: *** [Makefile:1399: Python/sysmodule.o] Error 1 make: *** [Makefile:2437: Python/pylifecycle.o] Error 1 Assembler messages: Fatal error: can't create Python/marshal.o: No space left on device make: *** [Makefile:2437: Python/marshal.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytesobject.o: No space left on device make: *** [Makefile:2437: Objects/bytesobject.o] Error 1 Assembler messages: Fatal error: can't create Python/initconfig.o: No space left on device make: *** [Makefile:2437: Python/initconfig.o] Error 1 Assembler messages: Fatal error: can't create Python/symtable.o: No space left on device make: *** [Makefile:2437: Python/symtable.o] Error 1 Assembler messages: Fatal error: can't create Python/getargs.o: No space left on device make: *** [Makefile:2437: Python/getargs.o] Error 1 Assembler messages: Fatal error: can't create Objects/dictobject.o: No space left on device make: *** [Makefile:2437: Objects/dictobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/longobject.o: No space left on device make: *** [Makefile:2437: Objects/longobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/typeobject.o: No space left on device make: *** [Makefile:2437: Objects/typeobject.o] Error 1 Assembler messages: Fatal error: can't create Python/compile.o: No space left on device make: *** [Makefile:2437: Python/compile.o] Error 1 Assembler messages: Fatal error: can't create Parser/parser.o: No space left on device make: *** [Makefile:2437: Parser/parser.o] Error 1 Assembler messages: Fatal error: can't create Python/Python-ast.o: No space left on device make: *** [Makefile:2437: Python/Python-ast.o] Error 1 Assembler messages: Fatal error: can't create Python/ceval.o: No space left on device make: *** [Makefile:2437: Python/ceval.o] Error 1 Assembler messages: Fatal error: can't create Objects/unicodeobject.o: No space left on device make: *** [Makefile:2437: 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:2523: clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/524/builds/1927
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 32, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 32 (delta 13), reused 12 (delta 5), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721'.
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 9d85aba9e2 gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967) Switched to and reset branch 'main'
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:2523: clean-retain-profile] Error 1 (ignored) Assembler messages: Fatal error: can't create Python/getcopyright.o: No space left on device make[3]: *** [Makefile:2437: Python/getcopyright.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Assembler messages: Fatal error: can't create Python/getversion.o: No space left on device make[3]: *** [Makefile:2437: Python/getversion.o] Error 1 /tmp/ccSB2qCt.s: Assembler messages: /tmp/ccSB2qCt.s: Fatal error: can't write 3920 bytes to section .gnu.debuglto_.debug_info of Objects/object.o: 'No space left on device' /tmp/ccSB2qCt.s: Fatal error: Objects/object.o: No space left on device make[3]: *** [Makefile:2437: Objects/object.o] Error 1 Assembler messages: Fatal error: can't create Objects/codeobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/codeobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/obmalloc.o: No space left on device make[3]: *** [Makefile:2437: Objects/obmalloc.o] Error 1 Assembler messages: Fatal error: can't create Python/hashtable.o: No space left on device make[3]: *** [Makefile:2437: Python/hashtable.o] Error 1 Assembler messages: Fatal error: can't create Python/importdl.o: No space left on device make[3]: *** [Makefile:1509: Python/importdl.o] Error 1 Assembler messages: Fatal error: can't create Python/context.o: No space left on device make[3]: *** [Makefile:2437: Python/context.o] Error 1 Assembler messages: Fatal error: can't create Python/_warnings.o: No space left on device Assembler messages: Fatal error: can't create Objects/genobject.o: No space left on device make[3]: *** [Makefile:2437: Python/_warnings.o] Error 1 make[3]: *** [Makefile:2437: Objects/genobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/descrobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/descrobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/weakrefobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/weakrefobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/setobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/setobject.o] Error 1 Assembler messages: Fatal error: can't create Python/ast.o: No space left on device make[3]: *** [Makefile:2437: Python/ast.o] Error 1 Assembler messages: Fatal error: can't create Parser/tokenizer.o: No space left on device make[3]: *** [Makefile:2437: Parser/tokenizer.o] Error 1 Assembler messages: Fatal error: can't create Python/ast_unparse.o: No space left on device Assembler messages: Fatal error: can't create Python/modsupport.o: No space left on device make[3]: *** [Makefile:2437: Python/ast_unparse.o] Error 1 make[3]: *** [Makefile:2437: Python/modsupport.o] Error 1 Assembler messages: Fatal error: can't create Python/errors.o: No space left on device make[3]: *** [Makefile:2437: Python/errors.o] Error 1 Assembler messages: Fatal error: can't create Objects/exceptions.o: No space left on device make[3]: *** [Makefile:2437: Objects/exceptions.o] Error 1 Assembler messages: Fatal error: can't create Objects/memoryobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/memoryobject.o] Error 1 Assembler messages: Fatal error: can't create Python/codecs.o: No space left on device make[3]: *** [Makefile:2437: Python/codecs.o] Error 1 Assembler messages: Fatal error: can't create Objects/listobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/listobject.o] Error 1 Assembler messages: Fatal error: can't create Python/hamt.o: No space left on device make[3]: *** [Makefile:2437: Python/hamt.o] Error 1 Assembler messages: Fatal error: can't create Python/bltinmodule.o: No space left on device make[3]: *** [Makefile:2437: Python/bltinmodule.o] Error 1 Assembler messages: Fatal error: can't create Objects/abstract.o: No space left on device make[3]: *** [Makefile:2437: Objects/abstract.o] Error 1 Assembler messages: Fatal error: can't create Python/marshal.o: No space left on device make[3]: *** [Makefile:2437: Python/marshal.o] Error 1 Assembler messages: Fatal error: can't create Objects/dictobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/dictobject.o] Error 1 Assembler messages: Fatal error: can't create Python/ast_opt.o: No space left on device make[3]: *** [Makefile:2437: Python/ast_opt.o] Error 1 Assembler messages: Fatal error: can't create Python/import.o: No space left on device make[3]: *** [Makefile:2437: Python/import.o] Error 1 Assembler messages: Fatal error: can't create Python/getargs.o: No space left on device make[3]: *** [Makefile:2437: Python/getargs.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytearrayobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/bytearrayobject.o] Error 1 Assembler messages: Fatal error: can't create Python/initconfig.o: No space left on device make[3]: *** [Makefile:2437: Python/initconfig.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytesobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/bytesobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/longobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/longobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/typeobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/typeobject.o] Error 1 Assembler messages: Fatal error: can't create Python/compile.o: No space left on device make[3]: *** [Makefile:2437: Python/compile.o] Error 1 Assembler messages: Fatal error: can't create Parser/parser.o: No space left on device make[3]: *** [Makefile:2437: Parser/parser.o] Error 1 Assembler messages: Fatal error: can't create Python/Python-ast.o: No space left on device make[3]: *** [Makefile:2437: Python/Python-ast.o] Error 1 Assembler messages: Fatal error: can't create Python/ceval.o: No space left on device make[3]: *** [Makefile:2437: Python/ceval.o] Error 1 Assembler messages: Fatal error: can't create Objects/unicodeobject.o: No space left on device make[3]: *** [Makefile:2437: Objects/unicodeobject.o] Error 1 make[2]: *** [Makefile:764: build_all_generate_profile] Error 2 make[1]: *** [Makefile:740: profile-gen-stamp] Error 2 make: *** [Makefile:752: profile-run-stamp] Error 2
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:2523: clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/234/builds/1924
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 32, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 32 (delta 13), reused 12 (delta 5), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721'.
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 9d85aba9e2 gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967) Switched to and reset branch 'main'
rror: unable to open output file 'Python/pystrcmp.o': 'No space left on device' 1 error generated. fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
- <eof> parser at end of file make: *** [Makefile:2437: Python/pystrcmp.o] Error 1 make: *** Waiting for unfinished jobs.... fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
- <eof> parser at end of file rror: unable to open output file 'Python/pystrtod.o': 'No space left on device' 1 error generated. rror: unable to open output file 'Python/pystrhex.o': 'No space left on device' 1 error generated. make: *** [Makefile:2437: Python/pystrtod.o] Error 1 make: *** [Makefile:2437: Python/pystrhex.o] Error 1 rror: unable to open output file 'Python/dtoa.o': 'No space left on device' 1 error generated. make: *** [Makefile:2444: Python/dtoa.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
- <eof> parser at end of file Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ #0 0x0000ffffa853ba04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa8539bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa847743c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa8534eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaab08d2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa848733c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa84874ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa851f18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa851f1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffaef74598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffaf2502d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffae18f174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffaf8cefc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffaf87bb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffaf9360f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaab08d3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaab08d102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffaf5d87b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa84772a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffaf5d90a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffaf5b3f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffaf5b4668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffaf5bdd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaab08cf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa7656824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa76568fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaab08d0530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff975d3a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff975d1bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff9750f43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff975cceb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad45e2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff9751f33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff9751f4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff975b718c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff975b71b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9e00c598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9e2e82d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff9d227174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9e966fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9e913b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9e9ce0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad45e3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad45e102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9e6707b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff9750f2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9e6710a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9e64bf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9e64c668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9e655d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad45df20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff966ee824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff966ee8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad45e0530 _start (/usr/bin/clang-13+0x10530) Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ make: *** [Makefile:2437: Python/ast_opt.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
- <eof> parser at end of file #0 0x0000ffff8d49aa04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8d498bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8d3d643c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8d493eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae7e72e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8d3e633c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8d3e64ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8d47e18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8d47e1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff93ed3598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff941af2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff930ee174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9482dfc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff947dab58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff948950f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae7e73adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae7e7102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff945377b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8d3d62a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff945380a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff94512f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff94513668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9451cd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae7e6f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8c5b5824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8c5b58fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae7e70530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/codecs.o] Error 1 #0 0x0000ffffa2958a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa2956bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa289443c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa2951eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaba982e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa28a433c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa28a44ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa293c18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa293c1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffa9391598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffa966d2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffa85ac174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffa9cebfc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffa9c98b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffa9d530f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaba983adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaba98102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffa99f57b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa28942a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffa99f60a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffa99d0f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffa99d1668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffa99dad0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaba97f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa1a73824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa1a738fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaba980530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Objects/exceptions.o] Error 1 #0 0x0000ffffa1c11a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa1c0fbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa1b4d43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa1c0aeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaabb92e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa1b5d33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa1b5d4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa1bf518c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa1bf51b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffa864a598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffa89262d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffa7865174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffa8fa4fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffa8f51b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffa900c0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaabb93adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaabb9102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffa8cae7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa1b4d2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffa8caf0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffa8c89f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffa8c8a668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffa8c93d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaabb8f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa0d2c824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa0d2c8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaabb90530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff95032a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff95030bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff94f6e43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff9502beb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaadcbc2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff94f7e33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff94f7e4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff9501618c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff950161b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9ba6b598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9bd472d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff9ac86174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9c3c5fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9c372b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9c42d0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaadcbc3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaadcbc102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9c0cf7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff94f6e2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9c0d00a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9c0aaf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9c0ab668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9c0b4d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaadcbbf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff9414d824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff9414d8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaadcbc0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/pymath.o] Error 1 make: *** [Makefile:2437: Objects/weakrefobject.o] Error 1 #0 0x0000ffff7b9f2a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff7b9f0bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff7b92e43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff7b9ebeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad5ca2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff7b93e33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff7b93e4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff7b9d618c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff7b9d61b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff8242b598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff827072d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff81646174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff82d85fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff82d32b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff82ded0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad5ca3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad5ca102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff82a8f7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff7b92e2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff82a900a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff82a6af80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff82a6b668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff82a74d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad5c9f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff7ab0d824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff7ab0d8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad5ca0530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffffa095da04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa095bbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa089943c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa0956eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaadbe12e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa08a933c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa08a94ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa094118c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa09411b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffa7396598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffa76722d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffa65b1174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffa7cf0fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffa7c9db58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffa7d580f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaadbe13adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaadbe1102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffa79fa7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa08992a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffa79fb0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffa79d5f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffa79d6668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffa79dfd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaadbe0f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff9fa78824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff9fa788fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaadbe10530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff9413fa04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff9413dbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff9407b43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff94138eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad2882e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff9408b33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff9408b4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff9412318c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff941231b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9ab78598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9ae542d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff99d93174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9b4d2fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9b47fb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9b53a0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad2883adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad288102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9b1dc7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff9407b2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9b1dd0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9b1b7f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9b1b8668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9b1c1d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad287f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff9325a824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff9325a8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad2880530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/structmember.o] Error 1 make: *** [Makefile:2437: Python/errors.o] Error 1 make: *** [Makefile:2437: Python/bootstrap_hash.o] Error 1 make: *** [Makefile:2437: Objects/setobject.o] Error 1 #0 0x0000ffffb5014a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffb5012bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffb4f5043c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffb500deb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad0a62e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffb4f6033c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffb4f604ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffb4ff818c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffb4ff81b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffbba4d598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffbbd292d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffbac68174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffbc3a7fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffbc354b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffbc40f0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad0a63adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad0a6102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffbc0b17b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffb4f502a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffbc0b20a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffbc08cf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffbc08d668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffbc096d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad0a5f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffb412f824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffb412f8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad0a60530 _start (/usr/bin/clang-13+0x10530) fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
- <eof> parser at end of file make: *** [Makefile:2437: Python/getopt.o] Error 1 #0 0x0000ffff8dfaca04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8dfaabb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8dee843c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8dfa5eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae2622e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8def833c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8def84ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8df9018c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8df901b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff949e5598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff94cc12d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff93c00174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9533ffc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff952ecb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff953a70f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae2623adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae262102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff950497b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8dee82a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9504a0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff95024f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff95025668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9502ed0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae261f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8d0c7824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8d0c78fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae2620530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/preconfig.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/specialize.o Python/specialize.c
- <eof> parser at end of file #0 0x0000ffffa6b09a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa6b07bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa6a4543c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa6b02eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaaf062e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa6a5533c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa6a554ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa6aed18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa6aed1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffad542598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffad81e2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffac75d174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffade9cfc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffade49b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffadf040f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaaf063adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaaf06102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffadba67b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa6a452a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffadba70a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffadb81f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffadb82668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffadb8bd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaaf05f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa5c24824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa5c248fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaaf060530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/thread.o] Error 1 #0 0x0000ffff8a37ca04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8a37abb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8a2b843c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8a375eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae0e22e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8a2c833c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8a2c84ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8a36018c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8a3601b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff90db5598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff910912d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff8ffd0174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9170ffc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff916bcb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff917770f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae0e23adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae0e2102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff914197b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8a2b82a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9141a0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff913f4f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff913f5668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff913fed0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae0e1f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff89497824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff894978fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae0e20530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/specialize.o] Error 1 3 warnings generated. fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
- <eof> parser at end of file #0 0x0000ffff8f3e0a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8f3debb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8f31c43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8f3d9eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaabe9f2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8f32c33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8f32c4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8f3c418c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8f3c41b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff95e19598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff960f52d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff95034174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff96773fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff96720b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff967db0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaabe9f3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaabe9f102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9647d7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8f31c2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9647e0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff96458f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff96459668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff96462d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaabe9ef20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8e4fb824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8e4fb8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaabe9f0530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffffa6091a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa608fbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa5fcd43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa608aeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaac16b2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa5fdd33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa5fdd4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa607518c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa60751b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffacaca598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffacda62d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffabce5174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffad424fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffad3d1b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffad48c0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaac16b3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaac16b102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffad12e7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa5fcd2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffad12f0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffad109f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffad10a668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffad113d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaac16af20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa51ac824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa51ac8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaac16b0530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff943caa04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff943c8bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff9430643c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff943c3eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaafce2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff9431633c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff943164ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff943ae18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff943ae1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9ae03598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9b0df2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff9a01e174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9b75dfc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9b70ab58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9b7c50f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaafce3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaafce102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9b4677b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff943062a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9b4680a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9b442f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9b443668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9b44cd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaafcdf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff934e5824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff934e58fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaafce0530 _start (/usr/bin/clang-13+0x10530) fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
- <eof> parser at end of file make: *** [Makefile:2437: Python/pythonrun.o] Error 1 #0 0x0000ffff7b29da04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff7b29bbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff7b1d943c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff7b296eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaac55c2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff7b1e933c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff7b1e94ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff7b28118c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff7b2811b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff81cd6598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff81fb22d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff80ef1174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff82630fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff825ddb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff826980f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaac55c3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaac55c102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff8233a7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff7b1d92a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff8233b0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff82315f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff82316668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff8231fd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaac55bf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff7a3b8824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff7a3b88fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaac55c0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/traceback.o] Error 1 make: *** [Makefile:2437: Python/getargs.o] Error 1 #0 0x0000ffff8837da04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8837bbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff882b943c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff88376eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaadca72e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff882c933c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff882c94ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8836118c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff883611b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff8edb6598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff8f0922d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff8dfd1174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff8f710fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff8f6bdb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff8f7780f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaadca73adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaadca7102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff8f41a7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff882b92a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff8f41b0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff8f3f5f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff8f3f6668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff8f3ffd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaadca6f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff87498824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff874988fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaadca70530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/pystate.o] Error 1 make: *** [Makefile:2437: Objects/dictobject.o] Error 1 #0 0x0000ffff908dfa04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff908ddbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff9081b43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff908d8eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae9852e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff9082b33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff9082b4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff908c318c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff908c31b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff97318598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff975f42d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff96533174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff97c72fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff97c1fb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff97cda0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae9853adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae985102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9797c7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff9081b2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9797d0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff97957f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff97958668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff97961d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae984f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8f9fa824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8f9fa8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae9850530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Objects/bytearrayobject.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/initconfig.o Python/initconfig.c
- <eof> parser at end of file #0 0x0000ffff7a88ea04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff7a88cbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff7a7ca43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff7a887eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae1632e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff7a7da33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff7a7da4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff7a87218c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff7a8721b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff812c7598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff815a32d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff804e2174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff81c21fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff81bceb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff81c890f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae1633adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae163102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff8192b7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff7a7ca2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff8192c0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff81906f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff81907668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff81910d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae162f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff799a9824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff799a98fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae1630530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/marshal.o] Error 1 #0 0x0000ffff98c9ea04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff98c9cbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff98bda43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff98c97eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae5a62e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff98bea33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff98bea4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff98c8218c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff98c821b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9f6d7598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9f9b32d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff9e8f2174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffa0031fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9ffdeb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffa00990f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae5a63adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae5a6102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9fd3b7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff98bda2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9fd3c0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9fd16f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9fd17668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9fd20d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae5a5f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff97db9824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff97db98fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae5a60530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/initconfig.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -DABIFLAGS=\"d\" -DMULTIARCH=\"aarch64-linux-gnu\" -o Python/sysmodule.o ./Python/sysmodule.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
- <eof> parser at end of file #0 0x0000ffff8c9ada04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8c9abbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8c8e943c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8c9a6eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaac8532e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8c8f933c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8c8f94ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8c99118c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8c9911b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff933e6598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff936c22d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff92601174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff93d40fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff93cedb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff93da80f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaac8533adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaac853102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff93a4a7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8c8e92a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff93a4b0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff93a25f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff93a26668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff93a2fd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaac852f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8bac8824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8bac88fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaac8530530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/symtable.o] Error 1 #0 0x0000ffff7ce17a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff7ce15bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff7cd5343c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff7ce10eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaadfff2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff7cd6333c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff7cd634ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff7cdfb18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff7cdfb1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff83850598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff83b2c2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff82a6b174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff841aafc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff84157b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff842120f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaadfff3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaadfff102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff83eb47b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff7cd532a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff83eb50a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff83e8ff80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff83e90668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff83e99d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaadffef20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff7bf32824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff7bf328fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaadfff0530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffffa3d81a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa3d7fbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa3cbd43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa3d7aeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaae1962e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa3ccd33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa3ccd4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa3d6518c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa3d651b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffaa7ba598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffaaa962d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffa99d5174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffab114fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffab0c1b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffab17c0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaae1963adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaae196102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffaae1e7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa3cbd2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffaae1f0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffaadf9f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffaadfa668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffaae03d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaae195f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa2e9c824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa2e9c8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaae1960530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff8cf34a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8cf32bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8ce7043c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8cf2deb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad61c2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8ce8033c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8ce804ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8cf1818c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8cf181b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9396d598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff93c492d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff92b88174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff942c7fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff94274b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9432f0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad61c3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad61c102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff93fd17b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8ce702a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff93fd20a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff93facf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff93fad668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff93fb6d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad61bf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8c04f824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8c04f8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad61c0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/import.o] Error 1 make: *** [Makefile:1399: Python/sysmodule.o] Error 1 make: *** [Makefile:2437: Python/hamt.o] Error 1 #0 0x0000ffff89201a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff891ffbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8913d43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff891faeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaabacc2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8914d33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8914d4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff891e518c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff891e51b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff8fc3a598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff8ff162d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff8ee55174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff90594fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff90541b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff905fc0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaabacc3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaabacc102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9029e7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8913d2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9029f0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff90279f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9027a668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff90283d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaabacbf20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8831c824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8831c8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaabacc0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/bltinmodule.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
- <eof> parser at end of file #0 0x0000ffffb11d4a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffb11d2bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffb111043c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffb11cdeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaab6e92e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffb112033c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffb11204ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffb11b818c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffb11b81b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffb7c0d598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffb7ee92d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffb6e28174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffb8567fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffb8514b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffb85cf0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaab6e93adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaab6e9102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffb82717b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffb11102a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffb82720a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffb824cf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffb824d668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffb8256d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaab6e8f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffb02ef824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffb02ef8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaab6e90530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/pylifecycle.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
- <eof> parser at end of file #0 0x0000ffffac885a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffac883bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffac7c143c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffac87eeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaadc132e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffac7d133c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffac7d14ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffac86918c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffac8691b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffb32be598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffb359a2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffb24d9174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffb3c18fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffb3bc5b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffb3c800f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaadc133adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaadc13102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffb39227b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffac7c12a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffb39230a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffb38fdf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffb38fe668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffb3907d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaadc12f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffab9a0824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffab9a08fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaadc130530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Objects/longobject.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
- <eof> parser at end of file #0 0x0000ffff8be17a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8be15bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8bd5343c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8be10eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaad0b92e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8bd6333c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8bd634ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8bdfb18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8bdfb1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff92850598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff92b2c2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff91a6b174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff931aafc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff93157b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff932120f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaad0b93adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaad0b9102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff92eb47b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8bd532a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff92eb50a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff92e8ff80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff92e90668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff92e99d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaad0b8f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8af32824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8af328fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaad0b90530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Objects/bytesobject.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
- <eof> parser at end of file #0 0x0000ffff9ffcfa04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff9ffcdbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff9ff0b43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff9ffc8eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaacd172e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff9ff1b33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff9ff1b4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff9ffb318c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff9ffb31b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffa6a08598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffa6ce42d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffa5c23174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffa7362fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffa730fb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffa73ca0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaacd173adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaacd17102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffa706c7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff9ff0b2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffa706d0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffa7047f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffa7048668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffa7051d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaacd16f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff9f0ea824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff9f0ea8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaacd170530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/compile.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
- <eof> parser at end of file fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
- <eof> parser at end of file #0 0x0000ffff95873a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff95871bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff957af43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff9586ceb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaab6222e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff957bf33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff957bf4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff9585718c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff958571b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff9c2ac598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff9c5882d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff9b4c7174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff9cc06fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff9cbb3b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff9cc6e0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaab6223adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaab622102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff9c9107b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff957af2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff9c9110a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9c8ebf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9c8ec668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff9c8f5d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaab621f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff9498e824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff9498e8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaab6220530 _start (/usr/bin/clang-13+0x10530) #0 0x0000ffff8efe5a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff8efe3bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff8ef2143c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff8efdeeb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaded72e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff8ef3133c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff8ef314ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff8efc918c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff8efc91b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff95a1e598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff95cfa2d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff94c39174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff96378fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff96325b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff963e00f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaded73adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaded7102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff960827b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff8ef212a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff960830a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff9605df80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff9605e668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff96067d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaded6f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff8e100824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff8e1008fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaded70530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/Python-ast.o] Error 1 make: *** [Makefile:2437: Objects/typeobject.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
- <eof> parser at end of file #0 0x0000ffff79b7ba04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffff79b79bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffff79ab743c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffff79b74eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaaaf3a2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffff79ac733c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffff79ac74ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffff79b5f18c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffff79b5f1b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffff805b4598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffff808902d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffff7f7cf174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffff80f0efc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffff80ebbb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffff80f760f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaaaf3a3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaaaf3a102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffff80c187b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffff79ab72a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffff80c190a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffff80bf3f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffff80bf4668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffff80bfdd0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaaaf39f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffff78c96824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffff78c968fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaaaf3a0530 _start (/usr/bin/clang-13+0x10530) fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
- <eof> parser at end of file make: *** [Makefile:2437: Parser/parser.o] Error 1 #0 0x0000ffffaa53ea04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffaa53cbb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffaa47a43c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffaa537eb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaace6a2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffaa48a33c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffaa48a4ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffaa52218c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffaa5221b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffb0f77598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffb12532d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffb0192174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffb18d1fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffb187eb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffb19390f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaace6a3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaace6a102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffb15db7b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffaa47a2a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffb15dc0a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffb15b6f80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffb15b7668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffb15c0d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaace69f20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa9659824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa96598fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaace6a0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Objects/unicodeobject.o] Error 1 fatal error: error in backend: IO failure on output stream: No space left on device PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump:
- Program arguments: clang -c -Wsign-compare -g -Og -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
- <eof> parser at end of file #0 0x0000ffffa8774a04 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib64/libLLVM-13.so+0xb1fa04) #1 0x0000ffffa8772bb0 llvm::sys::RunSignalHandlers() (/lib64/libLLVM-13.so+0xb1dbb0) #2 0x0000ffffa86b043c llvm::CrashRecoveryContext::HandleExit(int) (/lib64/libLLVM-13.so+0xa5b43c) #3 0x0000ffffa876deb8 llvm::sys::Process::Exit(int, bool) (/lib64/libLLVM-13.so+0xb18eb8) #4 0x0000aaaab31f2e1c (/usr/bin/clang-13+0x12e1c) #5 0x0000ffffa86c033c llvm::report_fatal_error(llvm::Twine const&, bool) (/lib64/libLLVM-13.so+0xa6b33c) #6 0x0000ffffa86c04ac (/lib64/libLLVM-13.so+0xa6b4ac) #7 0x0000ffffa875818c llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb0318c) #8 0x0000ffffa87581b8 llvm::raw_fd_ostream::~raw_fd_ostream() (/lib64/libLLVM-13.so+0xb031b8) #9 0x0000ffffaf1ad598 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (/lib64/libclang-cpp.so.13+0x19b1598) #10 0x0000ffffaf4892d8 (/lib64/libclang-cpp.so.13+0x1c8d2d8) #11 0x0000ffffae3c8174 clang::ParseAST(clang::Sema&, bool, bool) (/lib64/libclang-cpp.so.13+0xbcc174) #12 0x0000ffffafb07fc4 clang::FrontendAction::Execute() (/lib64/libclang-cpp.so.13+0x230bfc4) #13 0x0000ffffafab4b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/lib64/libclang-cpp.so.13+0x22b8b58) #14 0x0000ffffafb6f0f0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/lib64/libclang-cpp.so.13+0x23730f0) #15 0x0000aaaab31f3adc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/usr/bin/clang-13+0x13adc) #16 0x0000aaaab31f102c (/usr/bin/clang-13+0x1102c) #17 0x0000ffffaf8117b0 (/lib64/libclang-cpp.so.13+0x20157b0) #18 0x0000ffffa86b02a0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/lib64/libLLVM-13.so+0xa5b2a0) #19 0x0000ffffaf8120a4 (/lib64/libclang-cpp.so.13+0x20160a4) #20 0x0000ffffaf7ecf80 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const (/lib64/libclang-cpp.so.13+0x1ff0f80) #21 0x0000ffffaf7ed668 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) const (/lib64/libclang-cpp.so.13+0x1ff1668) #22 0x0000ffffaf7f6d0c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*> >&) (/lib64/libclang-cpp.so.13+0x1ffad0c) #23 0x0000aaaab31ef20c main (/usr/bin/clang-13+0xf20c) #24 0x0000ffffa788f824 __libc_start_call_main (/lib64/libc.so.6+0x2c824) #25 0x0000ffffa788f8fc __libc_start_main@GLIBC_2.17 (/lib64/libc.so.6+0x2c8fc) #26 0x0000aaaab31f0530 _start (/usr/bin/clang-13+0x10530) make: *** [Makefile:2437: Python/ceval.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:2523: clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/125/builds/1919
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 32, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 32 (delta 13), reused 12 (delta 5), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721'.
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 9d85aba9e2 gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967) Switched to and reset branch 'main'
Assembler messages: Fatal error: can't create Objects/fileobject.o: No space left on device make: *** [Makefile:2437: Objects/fileobject.o] Error 1 make: *** Waiting for unfinished jobs.... Assembler messages: Fatal error: can't create Objects/complexobject.o: No space left on device make: *** [Makefile:2437: Objects/complexobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/call.o: No space left on device Assembler messages: Fatal error: can't create Objects/moduleobject.o: No space left on device make: *** [Makefile:2437: Objects/call.o] Error 1 make: *** [Makefile:2437: Objects/moduleobject.o] Error 1 Assembler messages: Fatal error: can't create Parser/action_helpers.o: No space left on device make: *** [Makefile:2437: Parser/action_helpers.o] Error 1 Assembler messages: Fatal error: can't create Objects/genericaliasobject.o: No space left on device make: *** [Makefile:2437: Objects/genericaliasobject.o] Error 1 Assembler messages: Fatal error: can't create Parser/string_parser.o: No space left on device Assembler messages: Fatal error: can't create Objects/funcobject.o: No space left on device make: *** [Makefile:2437: Parser/string_parser.o] Error 1 make: *** [Makefile:2437: Objects/funcobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/frameobject.o: No space left on device make: *** [Makefile:2437: Objects/frameobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/odictobject.o: No space left on device make: *** [Makefile:2437: Objects/odictobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/descrobject.o: No space left on device make: *** [Makefile:2437: Objects/descrobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/obmalloc.o: No space left on device make: *** [Makefile:2437: Objects/obmalloc.o] Error 1 Assembler messages: Fatal error: can't create Objects/structseq.o: No space left on device make: *** [Makefile:2437: Objects/structseq.o] Error 1 Assembler messages: Fatal error: can't create Objects/unionobject.o: No space left on device make: *** [Makefile:2437: Objects/unionobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/floatobject.o: No space left on device make: *** [Makefile:2437: Objects/floatobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/rangeobject.o: No space left on device make: *** [Makefile:2437: Objects/rangeobject.o] Error 1 Assembler messages: Fatal error: can't create Python/Python-tokenize.o: No space left on device Assembler messages: Fatal error: can't create Objects/sliceobject.o: No space left on device make: *** [Makefile:2437: Python/Python-tokenize.o] Error 1 make: *** [Makefile:2437: Objects/sliceobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/object.o: No space left on device make: *** [Makefile:2437: Objects/object.o] Error 1 Assembler messages: Fatal error: can't create Parser/tokenizer.o: No space left on device make: *** [Makefile:2437: Parser/tokenizer.o] Error 1 Assembler messages: Fatal error: can't create Objects/tupleobject.o: No space left on device make: *** [Makefile:2437: Objects/tupleobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/memoryobject.o: No space left on device make: *** [Makefile:2437: Objects/memoryobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/codeobject.o: No space left on device make: *** [Makefile:2437: Objects/codeobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/genobject.o: No space left on device make: *** [Makefile:2437: Objects/genobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/abstract.o: No space left on device make: *** [Makefile:2437: Objects/abstract.o] Error 1 Assembler messages: Fatal error: can't create Python/_warnings.o: No space left on device make: *** [Makefile:2437: Python/_warnings.o] Error 1 Assembler messages: Fatal error: can't create Objects/listobject.o: No space left on device make: *** [Makefile:2437: Objects/listobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/unicodectype.o: No space left on device make: *** [Makefile:2437: Objects/unicodectype.o] Error 1 Assembler messages: Fatal error: can't create Objects/exceptions.o: No space left on device make: *** [Makefile:2437: Objects/exceptions.o] Error 1 Assembler messages: Fatal error: can't create Objects/setobject.o: No space left on device make: *** [Makefile:2437: Objects/setobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/weakrefobject.o: No space left on device make: *** [Makefile:2437: Objects/weakrefobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/dictobject.o: No space left on device make: *** [Makefile:2437: Objects/dictobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/longobject.o: No space left on device make: *** [Makefile:2437: Objects/longobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytearrayobject.o: No space left on device make: *** [Makefile:2437: Objects/bytearrayobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/bytesobject.o: No space left on device make: *** [Makefile:2437: Objects/bytesobject.o] Error 1 Assembler messages: Fatal error: can't create Objects/typeobject.o: No space left on device make: *** [Makefile:2437: Objects/typeobject.o] Error 1 Assembler messages: Fatal error: can't create Python/Python-ast.o: No space left on device make: *** [Makefile:2437: Python/Python-ast.o] Error 1 Assembler messages: Fatal error: can't create Parser/parser.o: No space left on device make: *** [Makefile:2437: Parser/parser.o] Error 1 Assembler messages: Fatal error: can't create Objects/unicodeobject.o: No space left on device make: *** [Makefile:2437: 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:2523: clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/14/builds/1985
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: David CARLIER <devnexen@gmail.com>, Ken Jin <kenjin4096@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed update (failure) Uninstalled (failure) clean (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 22, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 6% (1/16)
remote: Compressing objects: 12% (2/16)
remote: Compressing objects: 18% (3/16)
remote: Compressing objects: 25% (4/16)
remote: Compressing objects: 31% (5/16)
remote: Compressing objects: 37% (6/16)
remote: Compressing objects: 43% (7/16)
remote: Compressing objects: 50% (8/16)
remote: Compressing objects: 56% (9/16)
remote: Compressing objects: 62% (10/16)
remote: Compressing objects: 68% (11/16)
remote: Compressing objects: 75% (12/16)
remote: Compressing objects: 81% (13/16)
remote: Compressing objects: 87% (14/16)
remote: Compressing objects: 93% (15/16)
remote: Compressing objects: 100% (16/16)
remote: Compressing objects: 100% (16/16), done.
rror: unable to create temporary file: No space left on device
fatal: failed to write object
fatal: unpack-objects failed
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org