llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `clang` at step 17 "test-check-lldb-api".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/18669 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 17 (test-check-lldb-api) failure: Test just built components: check-lldb-api completed (failure) ... SKIPPED: lldb-api :: python_api/global_module_cache/TestGlobalModuleCache.py (1245 of 1502) PASS: lldb-api :: python_api/hello_world/TestHelloWorld.py (1246 of 1502) PASS: lldb-api :: python_api/lldbutil/TestSwigVersion.py (1247 of 1502) PASS: lldb-api :: python_api/lldbutil/frame/TestFrameUtils.py (1248 of 1502) PASS: lldb-api :: python_api/module_spec/TestModuleSpec.py (1249 of 1502) PASS: lldb-api :: python_api/name_lookup/TestNameLookup.py (1250 of 1502) UNSUPPORTED: lldb-api :: python_api/objc_type/TestObjCType.py (1251 of 1502) PASS: lldb-api :: python_api/persistent_decls/TestPersistentDecls.py (1252 of 1502) PASS: lldb-api :: python_api/formatters/TestFormattersSBAPI.py (1253 of 1502) XPASS: lldb-api :: python_api/frame/TestFrames.py (1254 of 1502) ******************** TEST 'lldb-api :: python_api/frame/TestFrames.py' FAILED ******************** Script: -- C:/Python312/python.exe C:/buildbot/as-builder-10/lldb-x-aarch64/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --env LLVM_INCLUDE_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/include --env LLVM_TOOLS_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --triple aarch64-unknown-linux-gnu --build-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build --lldb-module-cache-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build/module-cache-lldb\lldb-api --clang-module-cache-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build/module-cache-clang\lldb-api --executable C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/lldb.exe --lldb-python-dir C:\buildbot\as-builder-10\lldb-x-aarch64\build\Lib\site-packages --compiler C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/clang.exe --dsymutil C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/dsymutil.exe --make C:/ninja/make.exe --llvm-tools-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --lldb-obj-root C:/buildbot/as-builder-10/lldb-x-aarch64/build/tools/lldb --lldb-libs-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --cmake-build-type Release --platform-url connect://arm64-linux-03.lab.llvm.org:1234 --platform-working-dir /home/ubuntu/lldb-tests --sysroot c:/buildbot/fs/aarch64-linux-gnu --env ARCH_CFLAGS=-mcpu=cortex-a78 --platform-name remote-linux --skip-category=lldb-server --env LLDB_LAUNCH_FLAG_USE_PIPES=1 C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\API\python_api\frame -p TestFrames.py --timeout 600 -- Exit Code: 3221225477 Command Output (stdout): -- Setting up remote platform 'remote-linux' Connecting to remote platform 'remote-linux' at 'connect://arm64-linux-03.lab.llvm.org:1234'... Connected. Setting remote platform working directory to '/home/ubuntu/lldb-tests'... Skipping the following test categories: lldb-server, libc++, msvcstl, dsym, pdb, gmodules, debugserver, objc, lldb-dap -- Command Output (stderr): -- UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_IsEqual_dsym (TestFrames.FrameAPITestCase.test_frame_api_IsEqual_dsym) (test case does not fall in any category of interest for this run) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_IsEqual_dwarf (TestFrames.FrameAPITestCase.test_frame_api_IsEqual_dwarf) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_IsEqual_dwo (TestFrames.FrameAPITestCase.test_frame_api_IsEqual_dwo) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_boundary_condition_dsym (TestFrames.FrameAPITestCase.test_frame_api_boundary_condition_dsym) (test case does not fall in any category of interest for this run) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_boundary_condition_dwarf (TestFrames.FrameAPITestCase.test_frame_api_boundary_condition_dwarf) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_frame_api_boundary_condition_dwo (TestFrames.FrameAPITestCase.test_frame_api_boundary_condition_dwo) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_get_arg_vals_for_call_stack_dsym (TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dsym) (test case does not fall in any category of interest for this run) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\clang.exe-aarch64) :: test_get_arg_vals_for_call_stack_dwarf (TestFrames.FrameAPITestCase.test_get_arg_vals_for_call_stack_dwarf) ``` </details> https://github.com/llvm/llvm-project/pull/220922 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
