The Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1209/builds/529
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-aarch64 Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed Installed (failure) Summary of the results of the build (if available): =================================================== Captured traceback ================== remote: Enumerating objects: 24, done. remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. remote: Compressing objects: 5% (1/17) remote: Compressing objects: 11% (2/17) remote: Compressing objects: 17% (3/17) remote: Compressing objects: 23% (4/17) remote: Compressing objects: 29% (5/17) remote: Compressing objects: 35% (6/17) remote: Compressing objects: 41% (7/17) remote: Compressing objects: 47% (8/17) remote: Compressing objects: 52% (9/17) remote: Compressing objects: 58% (10/17) remote: Compressing objects: 64% (11/17) remote: Compressing objects: 70% (12/17) remote: Compressing objects: 76% (13/17) remote: Compressing objects: 82% (14/17) remote: Compressing objects: 88% (15/17) remote: Compressing objects: 94% (16/17) remote: Compressing objects: 100% (17/17) remote: Compressing objects: 100% (17/17), done. remote: Total 24 (delta 7), reused 17 (delta 6), pack-reused 0 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to '51f8c0459d48966daa4e1676187f6943c6446aff'. 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 51f8c0459d [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053) Switched to and reset branch '3.12' ./Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/pip3' Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/Lib/ensurepip/__main__.py", line 5, in <module> sys.exit(ensurepip._main()) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/Lib/ensurepip/__init__.py", line 284, in _main return _bootstrap( ^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/Lib/ensurepip/__init__.py", line 200, in _bootstrap return _run_pip([*args, *_PACKAGE_NAMES], additional_paths) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/Lib/ensurepip/__init__.py", line 101, in _run_pip return subprocess.run(cmd, check=True).returncode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmpbo0p1073/pip-24.0-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmpbo0p1073\', \'--root\', \'/\', \'--upgrade\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1. make: *** [Makefile:2058: install] Error 1 Test report =========== Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com