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/531
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-aarch64 Build Reason: <unknown> Blamelist: Erlend E. Aasland <erl...@python.org> BUILD FAILED: failed Installed (failure) Summary of the results of the build (if available): =================================================== Captured traceback ================== remote: Enumerating objects: 60, done. remote: Counting objects: 1% (1/60) remote: Counting objects: 3% (2/60) remote: Counting objects: 5% (3/60) remote: Counting objects: 6% (4/60) remote: Counting objects: 8% (5/60) remote: Counting objects: 10% (6/60) remote: Counting objects: 11% (7/60) remote: Counting objects: 13% (8/60) remote: Counting objects: 15% (9/60) remote: Counting objects: 16% (10/60) remote: Counting objects: 18% (11/60) remote: Counting objects: 20% (12/60) remote: Counting objects: 21% (13/60) remote: Counting objects: 23% (14/60) remote: Counting objects: 25% (15/60) remote: Counting objects: 26% (16/60) remote: Counting objects: 28% (17/60) remote: Counting objects: 30% (18/60) remote: Counting objects: 31% (19/60) remote: Counting objects: 33% (20/60) remote: Counting objects: 35% (21/60) remote: Counting objects: 36% (22/60) remote: Counting objects: 38% (23/60) remote: Counting objects: 40% (24/60) remote: Counting objects: 41% (25/60) remote: Counting objects: 43% (26/60) remote: Counting objects: 45% (27/60) remote: Counting objects: 46% (28/60) remote: Counting objects: 48% (29/60) remote: Counting objects: 50% (30/60) remote: Counting objects: 51% (31/60) remote: Counting objects: 53% (32/60) remote: Counting objects: 55% (33/60) remote: Counting objects: 56% (34/60) remote: Counting objects: 58% (35/60) remote: Counting objects: 60% (36/60) remote: Counting objects: 61% (37/60) remote: Counting objects: 63% (38/60) remote: Counting objects: 65% (39/60) remote: Counting objects: 66% (40/60) remote: Counting objects: 68% (41/60) remote: Counting objects: 70% (42/60) remote: Counting objects: 71% (43/60) remote: Counting objects: 73% (44/60) remote: Counting objects: 75% (45/60) remote: Counting objects: 76% (46/60) remote: Counting objects: 78% (47/60) remote: Counting objects: 80% (48/60) remote: Counting objects: 81% (49/60) remote: Counting objects: 83% (50/60) remote: Counting objects: 85% (51/60) remote: Counting objects: 86% (52/60) remote: Counting objects: 88% (53/60) remote: Counting objects: 90% (54/60) remote: Counting objects: 91% (55/60) remote: Counting objects: 93% (56/60) remote: Counting objects: 95% (57/60) remote: Counting objects: 96% (58/60) remote: Counting objects: 98% (59/60) remote: Counting objects: 100% (60/60) remote: Counting objects: 100% (60/60), done. remote: Compressing objects: 2% (1/34) remote: Compressing objects: 5% (2/34) remote: Compressing objects: 8% (3/34) remote: Compressing objects: 11% (4/34) remote: Compressing objects: 14% (5/34) remote: Compressing objects: 17% (6/34) remote: Compressing objects: 20% (7/34) remote: Compressing objects: 23% (8/34) remote: Compressing objects: 26% (9/34) remote: Compressing objects: 29% (10/34) remote: Compressing objects: 32% (11/34) remote: Compressing objects: 35% (12/34) remote: Compressing objects: 38% (13/34) remote: Compressing objects: 41% (14/34) remote: Compressing objects: 44% (15/34) remote: Compressing objects: 47% (16/34) remote: Compressing objects: 50% (17/34) remote: Compressing objects: 52% (18/34) remote: Compressing objects: 55% (19/34) remote: Compressing objects: 58% (20/34) remote: Compressing objects: 61% (21/34) remote: Compressing objects: 64% (22/34) remote: Compressing objects: 67% (23/34) remote: Compressing objects: 70% (24/34) remote: Compressing objects: 73% (25/34) remote: Compressing objects: 76% (26/34) remote: Compressing objects: 79% (27/34) remote: Compressing objects: 82% (28/34) remote: Compressing objects: 85% (29/34) remote: Compressing objects: 88% (30/34) remote: Compressing objects: 91% (31/34) remote: Compressing objects: 94% (32/34) remote: Compressing objects: 97% (33/34) remote: Compressing objects: 100% (34/34) remote: Compressing objects: 100% (34/34), done. remote: Total 60 (delta 23), reused 55 (delta 23), pack-reused 0 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to '9b66caf098608ae882342776b9da051a7d838731'. 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 9b66caf098 [3.12] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115071) 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. make: [Makefile:2417: libinstall] Error 1 (ignored) ln: failed to create symbolic link 'python3': No space left on device make: *** [Makefile:2183: bininstall] Error 1 Test report =========== Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1140/builds/529 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-aarch64 Build Reason: <unknown> Blamelist: Erlend E. Aasland <erl...@python.org>, Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_tarfile.py", line 3164, in test_extractall_none_uid with self.extract_with_none('uid'): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_tarfile.py", line 3128, in extract_with_none self.check_files_present(DIR) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_tarfile.py", line 3117, in check_files_present self.assertEqual(self.control_paths, got_paths) AssertionError: Items in the first set but not the second: PosixPath('pax/hdrcharset-äöü') PosixPath('pax/regtype4') PosixPath('misc/eof') PosixPath('pax/bad-pax-äöü') Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_zipfile/test_core.py", line 538, in test_append_to_concatenated_zip_file f.write(data) OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 246, in test_left_recursion self.run_test(grammar_source, test_source) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 136, in run_test self.build_extension(grammar_source) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 133, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Tools/peg_generator/pegen/testutil.py", line 105, in generate_parser_c_extension compile_c_extension( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Tools/peg_generator/pegen/build.py", line 197, in compile_c_extension compiler.link_shared_object( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/ccompiler.py", line 752, in link_shared_object self.link( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link raise LinkError(msg) distutils.errors.LinkError: command '/usr/bin/gcc' failed with exit code 1 Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/unixccompiler.py", line 266, in link self.spawn(linker + ld_args) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/ccompiler.py", line 1041, in spawn spawn(cmd, dry_run=self.dry_run, **kwargs) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/spawn.py", line 70, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command '/usr/bin/gcc' failed with exit code 1 Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext/__init__.py", line 21, in test_build_cpp11 self.check_build(False, '_testcpp11ext') File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext/__init__.py", line 39, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/support/__init__.py", line 2210, in setup_venv_with_pip_setuptools_wheel subprocess.run(cmd, check=True) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/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/build/build_oot/python', '-X', 'dev', '-m', 'venv', 'env']' returned non-zero exit status 1. Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 351, in test_if_stmt_action self.run_test(grammar_source, test_source) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 136, in run_test self.build_extension(grammar_source) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 133, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Tools/peg_generator/pegen/testutil.py", line 105, in generate_parser_c_extension compile_c_extension( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Tools/peg_generator/pegen/build.py", line 197, in compile_c_extension compiler.link_shared_object( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/ccompiler.py", line 752, in link_shared_object self.link( File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_3450896æ/tempcwd/venv/lib64/python3.12/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link raise LinkError(msg) distutils.errors.LinkError: command '/usr/bin/gcc' failed with exit code 1 Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/test_peg_generator/test_c_parser.py", line 104, in setUpClass python_exe = stack.enter_context(support.setup_venv_with_pip_setuptools_wheel("venv")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/contextlib.py", line 526, in enter_context result = _enter(cm) ^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/support/__init__.py", line 2228, in setup_venv_with_pip_setuptools_wheel subprocess.run(cmd, check=True) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/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/build/build_oot/build/test_python_3478802æ/tempcwd/venv/bin/python', '-X', 'dev', '-m', 'pip', 'install', '/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl', '/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64/build/Lib/test/wheeldata/wheel-0.40.0-py3-none-any.whl']' returned non-zero exit status 1. Test report =========== Failed tests: - test_peg_generator - test_tarfile - test_zipfile - test_cppext Failed subtests: - test_append_to_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file - test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11 - test_if_stmt_action - test.test_peg_generator.test_c_parser.TestCParser.test_if_stmt_action - test_extractall_none_uid - test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid - setUpClass - test.test_peg_generator.test_c_parser.TestCParser - test_left_recursion - test.test_peg_generator.test_c_parser.TestCParser.test_left_recursion 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